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 level, LivingEntity user, ItemStack stack, Consumable consumable) -
Uses of Consumable in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type ConsumableModifier and TypeMethodDescriptionItem.Properties.food(FoodProperties foodProperties, Consumable consumable) -
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 level, LivingEntity user, ItemStack stack, Consumable consumable) -
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 level, LivingEntity user, ItemStack stack, Consumable consumable) voidOminousBottleAmplifier.onConsume(Level level, LivingEntity user, ItemStack stack, Consumable consumable) voidSuspiciousStewEffects.onConsume(Level level, LivingEntity user, ItemStack stack, Consumable consumable)