Uses of Record Class
net.minecraft.world.item.component.Consumable
Packages that use Consumable
Package
Description
-
Uses of Consumable in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type ConsumableModifier and TypeFieldDescriptionstatic final DataComponentType
<Consumable> DataComponents.CONSUMABLE
-
Uses of Consumable in net.minecraft.world.food
Methods in net.minecraft.world.food with parameters of type ConsumableModifier and TypeMethodDescriptionvoid
FoodProperties.onConsume
(Level p_366676_, LivingEntity p_366505_, ItemStack p_366556_, Consumable p_366719_) -
Uses of Consumable in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type ConsumableModifier and TypeMethodDescriptionItem.Properties.food
(FoodProperties p_366775_, Consumable p_366862_) -
Uses of Consumable in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy with parameters of type ConsumableModifier and TypeMethodDescriptionvoid
PotionContents.onConsume
(Level p_366836_, LivingEntity p_366750_, ItemStack p_366399_, Consumable p_366541_) -
Uses of Consumable in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as ConsumableModifier and TypeFieldDescriptionstatic final Consumable
Consumables.CHICKEN
static final Consumable
Consumables.CHORUS_FRUIT
static final Consumable
Consumables.DEFAULT_DRINK
static final Consumable
Consumables.DEFAULT_FOOD
static final Consumable
Consumables.DRIED_KELP
static final Consumable
Consumables.ENCHANTED_GOLDEN_APPLE
static final Consumable
Consumables.GOLDEN_APPLE
static final Consumable
Consumables.HONEY_BOTTLE
static final Consumable
Consumables.MILK_BUCKET
static final Consumable
Consumables.OMINOUS_BOTTLE
static final Consumable
Consumables.POISONOUS_POTATO
static final Consumable
Consumables.PUFFERFISH
static final Consumable
Consumables.ROTTEN_FLESH
static final Consumable
Consumables.SPIDER_EYE
Fields in net.minecraft.world.item.component with type parameters of type ConsumableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Consumable> Consumable.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Consumable> Consumable.STREAM_CODEC
Methods in net.minecraft.world.item.component that return ConsumableMethods in net.minecraft.world.item.component with parameters of type ConsumableModifier and TypeMethodDescriptionvoid
ConsumableListener.onConsume
(Level p_366714_, LivingEntity p_366581_, ItemStack p_366512_, Consumable p_366630_) void
OminousBottleAmplifier.onConsume
(Level p_366547_, LivingEntity p_366849_, ItemStack p_366530_, Consumable p_366459_) void
SuspiciousStewEffects.onConsume
(Level p_366904_, LivingEntity p_366405_, ItemStack p_366604_, Consumable p_366817_)