Uses of Interface
net.minecraft.block.cauldron.CauldronBehavior
Packages that use CauldronBehavior
Package
Description
Provides the cauldron behavior system,
which determines what happens when a player interacts with a cauldron.
-
Uses of CauldronBehavior in net.minecraft.block.cauldron
Fields in net.minecraft.block.cauldron with type parameters of type CauldronBehaviorModifier and TypeFieldDescriptionprivate final Map<Item, CauldronBehavior> CauldronBehavior.CauldronBehaviorMap.mapThe field for themaprecord component.Methods in net.minecraft.block.cauldron that return types with arguments of type CauldronBehaviorModifier and TypeMethodDescriptionCauldronBehavior.CauldronBehaviorMap.map()Returns the value of themaprecord component.Method parameters in net.minecraft.block.cauldron with type arguments of type CauldronBehaviorModifier and TypeMethodDescriptionstatic voidCauldronBehavior.registerBucketBehavior(Map<Item, CauldronBehavior> behavior) Registers the behavior for filled buckets in the specified behavior map.Constructor parameters in net.minecraft.block.cauldron with type arguments of type CauldronBehavior