Uses of Interface
net.minecraft.core.cauldron.CauldronInteraction
Packages that use CauldronInteraction
-
Uses of CauldronInteraction in net.minecraft.core.cauldron
Fields in net.minecraft.core.cauldron declared as CauldronInteractionFields in net.minecraft.core.cauldron with type parameters of type CauldronInteractionModifier and TypeFieldDescriptionprivate final Map<Item, CauldronInteraction> CauldronInteraction.Dispatcher.itemsprivate final Map<TagKey<Item>, CauldronInteraction> CauldronInteraction.Dispatcher.tagsMethods in net.minecraft.core.cauldron that return CauldronInteractionModifier and TypeMethodDescriptionMethods in net.minecraft.core.cauldron with parameters of type CauldronInteractionModifier and TypeMethodDescriptionvoidCauldronInteraction.Dispatcher.put(TagKey<Item> tag, CauldronInteraction interaction) voidCauldronInteraction.Dispatcher.put(Item item, CauldronInteraction interaction) -
Uses of CauldronInteraction in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type CauldronInteractionModifier and TypeMethodDescriptionvoidRegisterCauldronInteractionEvent.Interaction.register(Identifier dispatcherId, TagKey<Item> itemTag, CauldronInteraction interaction) Registers a cauldron interaction for the specified item tag within the dispatcher associated with the given identifier.voidRegisterCauldronInteractionEvent.Interaction.register(Identifier dispatcherId, Item item, CauldronInteraction interaction) Registers a cauldron interaction for the specified item within the dispatcher associated with the given identifier.voidRegisterCauldronInteractionEvent.Interaction.registerToAll(TagKey<Item> itemTag, CauldronInteraction interaction) Registers a cauldron interaction for the specified item tag across all existing dispatchers.voidRegisterCauldronInteractionEvent.Interaction.registerToAll(Item item, CauldronInteraction interaction) Registers a cauldron interaction for the specified item across all existing dispatchers.