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 CauldronInteractionModifier and TypeFieldDescriptionstatic final CauldronInteractionCauldronInteraction.BANNERstatic final CauldronInteractionCauldronInteraction.DYED_ITEMstatic final CauldronInteractionCauldronInteraction.FILL_LAVAstatic final CauldronInteractionCauldronInteraction.FILL_POWDER_SNOWstatic final CauldronInteractionCauldronInteraction.FILL_WATERstatic final CauldronInteractionCauldronInteraction.SHULKER_BOXFields in net.minecraft.core.cauldron with type parameters of type CauldronInteractionModifier and TypeFieldDescriptionprivate final Map<Item, CauldronInteraction> CauldronInteraction.InteractionMap.mapThe field for themaprecord component.Methods in net.minecraft.core.cauldron that return types with arguments of type CauldronInteractionModifier and TypeMethodDescriptionCauldronInteraction.InteractionMap.map()Returns the value of themaprecord component.Method parameters in net.minecraft.core.cauldron with type arguments of type CauldronInteractionModifier and TypeMethodDescriptionstatic voidCauldronInteraction.addDefaultInteractions(Map<Item, CauldronInteraction> p_175648_) Constructor parameters in net.minecraft.core.cauldron with type arguments of type CauldronInteractionModifierConstructorDescriptionInteractionMap(String name, Map<Item, CauldronInteraction> map) Creates an instance of aInteractionMaprecord class.