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 TypeMethodDescriptionvoidFoodProperties.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 pFood, Consumable pConsumable) -
Uses of Consumable in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy with parameters of type ConsumableModifier and TypeMethodDescriptionvoidPotionContents.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 ConsumableConsumables.CHICKENstatic final ConsumableConsumables.CHORUS_FRUITstatic final ConsumableConsumables.DEFAULT_DRINKstatic final ConsumableConsumables.DEFAULT_FOODstatic final ConsumableConsumables.DRIED_KELPstatic final ConsumableConsumables.ENCHANTED_GOLDEN_APPLEstatic final ConsumableConsumables.GOLDEN_APPLEstatic final ConsumableConsumables.HONEY_BOTTLEstatic final ConsumableConsumables.MILK_BUCKETstatic final ConsumableConsumables.OMINOUS_BOTTLEstatic final ConsumableConsumables.POISONOUS_POTATOstatic final ConsumableConsumables.PUFFERFISHstatic final ConsumableConsumables.ROTTEN_FLESHstatic final ConsumableConsumables.SPIDER_EYEFields in net.minecraft.world.item.component with type parameters of type ConsumableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Consumable> Consumable.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Consumable> Consumable.STREAM_CODECMethods in net.minecraft.world.item.component that return ConsumableMethods in net.minecraft.world.item.component with parameters of type ConsumableModifier and TypeMethodDescriptionvoidConsumableListener.onConsume(Level pLevel, LivingEntity pEntity, ItemStack pStack, Consumable pConsumable) voidOminousBottleAmplifier.onConsume(Level p_366547_, LivingEntity p_366849_, ItemStack p_366530_, Consumable p_366459_) voidSuspiciousStewEffects.onConsume(Level p_366904_, LivingEntity p_366405_, ItemStack p_366604_, Consumable p_366817_)