Uses of Enum Class
net.minecraft.util.ActionResult
Packages that use ActionResult
Package
Description
-
Uses of ActionResult in net.minecraft
Methods in net.minecraft that return ActionResultModifier and TypeMethodDescriptionclass_3545.useOnBlock(ItemUsageContext itemUsageContext) class_3546.useOnBlock(ItemUsageContext itemUsageContext) class_3547.useOnBlock(ItemUsageContext itemUsageContext) class_3558.useOnBlock(ItemUsageContext itemUsageContext) -
Uses of ActionResult in net.minecraft.client.network
Methods in net.minecraft.client.network that return ActionResultModifier and TypeMethodDescriptionClientPlayerInteractionManager.method_12234(PlayerEntity playerEntity, World world, Hand hand) ClientPlayerInteractionManager.method_12235(PlayerEntity playerEntity, Entity entity, Hand hand) ClientPlayerInteractionManager.method_12236(PlayerEntity playerEntity, Entity entity, BlockHitResult blockHitResult, Hand hand) ClientPlayerInteractionManager.method_13842(ClientPlayerEntity clientPlayerEntity, ClientWorld clientWorld, BlockPos blockPos, Direction direction, Vec3d vec3d, Hand hand) -
Uses of ActionResult in net.minecraft.entity
Methods in net.minecraft.entity that return ActionResultModifier and TypeMethodDescriptionEntity.interactAt(PlayerEntity player, Vec3d hitPos, Hand hand) -
Uses of ActionResult in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return ActionResultModifier and TypeMethodDescriptionArmorStandEntity.interactAt(PlayerEntity player, Vec3d hitPos, Hand hand) -
Uses of ActionResult in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return ActionResult -
Uses of ActionResult in net.minecraft.item
Methods in net.minecraft.item that return ActionResultModifier and TypeMethodDescriptionBlockItem.method_16012(ItemPlacementContext itemPlacementContext) ItemStack.method_16097(ItemUsageContext itemUsageContext) ArmorStandItem.useOnBlock(ItemUsageContext itemUsageContext) AxeItem.useOnBlock(ItemUsageContext itemUsageContext) BlockItem.useOnBlock(ItemUsageContext itemUsageContext) CropItem.useOnBlock(ItemUsageContext itemUsageContext) EndCrystalItem.useOnBlock(ItemUsageContext itemUsageContext) EnderEyeItem.useOnBlock(ItemUsageContext itemUsageContext) FilledMapItem.useOnBlock(ItemUsageContext itemUsageContext) FireChargeItem.useOnBlock(ItemUsageContext itemUsageContext) FireworkItem.useOnBlock(ItemUsageContext itemUsageContext) FlintAndSteelItem.useOnBlock(ItemUsageContext itemUsageContext) HoeItem.useOnBlock(ItemUsageContext itemUsageContext) Item.useOnBlock(ItemUsageContext itemUsageContext) LeadItem.useOnBlock(ItemUsageContext itemUsageContext) LilyPadItem.useOnBlock(ItemUsageContext itemUsageContext) MinecartItem.useOnBlock(ItemUsageContext itemUsageContext) MusicDiscItem.useOnBlock(ItemUsageContext itemUsageContext) SeedItem.useOnBlock(ItemUsageContext itemUsageContext) ShovelItem.useOnBlock(ItemUsageContext itemUsageContext) WallHangableItem.useOnBlock(ItemUsageContext itemUsageContext) -
Uses of ActionResult in net.minecraft.server.network
Methods in net.minecraft.server.network that return ActionResultModifier and TypeMethodDescriptionDemoServerPlayerInteractionManager.method_12791(PlayerEntity playerEntity, World world, ItemStack itemStack, Hand hand) ServerPlayerInteractionManager.method_12791(PlayerEntity playerEntity, World world, ItemStack itemStack, Hand hand) DemoServerPlayerInteractionManager.method_12792(PlayerEntity playerEntity, World world, ItemStack itemStack, Hand hand, BlockPos blockPos, Direction direction, float float2, float float3, float float4) ServerPlayerInteractionManager.method_12792(PlayerEntity playerEntity, World world, ItemStack itemStack, Hand hand, BlockPos blockPos, Direction direction, float float2, float float3, float float4) -
Uses of ActionResult in net.minecraft.util
Fields in net.minecraft.util declared as ActionResultMethods in net.minecraft.util that return ActionResultModifier and TypeMethodDescriptionTypedActionResult.getActionResult()static ActionResultReturns the enum constant of this class with the specified name.static ActionResult[]ActionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util with parameters of type ActionResult