Uses of Class
net.minecraft.util.ActionResult
Packages that use ActionResult
Package
Description
-
Uses of ActionResult in net.minecraft.item
Methods in net.minecraft.item that return ActionResultModifier and TypeMethodDescriptionArmorItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) BoatItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) BowItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) BucketItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) CrossbowItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) EggItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) ElytraItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) EnderEyeItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) EnderPearlItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) ExperienceBottleItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) FireworkRocketItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) FishingRodItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) GlassBottleItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) HoneyBottleItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) Item.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) ItemStack.use(World p_77957_1_, PlayerEntity p_77957_2_, Hand p_77957_3_) KnowledgeBookItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) LilyPadItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) LingeringPotionItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) MapItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) MilkBucketItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) OnAStickItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) PotionItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) ShieldItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) SnowballItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) SpawnEggItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) SplashPotionItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) ThrowablePotionItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) TridentItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) WritableBookItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) WrittenBookItem.use(World p_77659_1_, PlayerEntity p_77659_2_, Hand p_77659_3_) -
Uses of ActionResult in net.minecraft.util
Methods in net.minecraft.util that return ActionResultModifier and TypeMethodDescriptionstatic <T> ActionResult<T>ActionResult.consume(T p_226249_0_) static <T> ActionResult<T>ActionResult.fail(T p_226251_0_) static <T> ActionResult<T>ActionResult.pass(T p_226250_0_) static <T> ActionResult<T>ActionResult.sidedSuccess(T p_233538_0_, boolean p_233538_1_) static <T> ActionResult<T>ActionResult.success(T p_226248_0_) static ActionResult<ItemStack>DrinkHelper.useDrink(World p_234707_0_, PlayerEntity p_234707_1_, Hand p_234707_2_) -
Uses of ActionResult in net.minecraftforge.event
Methods in net.minecraftforge.event that return ActionResultModifier and TypeMethodDescriptionstatic ActionResult<ItemStack>ForgeEventFactory.onArrowNock(ItemStack item, World world, PlayerEntity player, Hand hand, boolean hasAmmo) static ActionResult<ItemStack>ForgeEventFactory.onBucketUse(PlayerEntity player, World world, ItemStack stack, RayTraceResult target) -
Uses of ActionResult in net.minecraftforge.event.entity.player
Fields in net.minecraftforge.event.entity.player declared as ActionResultMethods in net.minecraftforge.event.entity.player that return ActionResultMethods in net.minecraftforge.event.entity.player with parameters of type ActionResult