static TypedActionResult<ItemStack> |
ItemUsage.consumeHeldItem(World world,
PlayerEntity player,
Hand hand) |
|
TypedActionResult<ItemStack> |
ArmorItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
BoatItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
BowItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
BucketItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
BundleItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
CrossbowItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
EggItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
ElytraItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
EmptyMapItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
EnderEyeItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
EnderPearlItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
ExperienceBottleItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
FireworkItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
FishingRodItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
GlassBottleItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
HoneyBottleItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
Item.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
ItemStack.use(World world,
PlayerEntity user,
Hand hand) |
|
TypedActionResult<ItemStack> |
KnowledgeBookItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
LilyPadItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
LingeringPotionItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
MilkBucketItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
OnAStickItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
PotionItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
ShieldItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
SnowballItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
SpawnEggItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
SplashPotionItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
SpyglassItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
ThrowablePotionItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
TridentItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
WritableBookItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|
TypedActionResult<ItemStack> |
WrittenBookItem.use(World world,
PlayerEntity user,
Hand hand) |
Called when an item is used by a player.
|