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.map
The field for themap
record component.Methods in net.minecraft.block.cauldron that return types with arguments of type CauldronBehaviorModifier and TypeMethodDescriptionCauldronBehavior.CauldronBehaviorMap.map()
Returns the value of themap
record component.Method parameters in net.minecraft.block.cauldron with type arguments of type CauldronBehaviorModifier and TypeMethodDescriptionstatic void
CauldronBehavior.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