Uses of Interface
net.minecraft.block.cauldron.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
Modifier and TypeFieldDescriptionprivate final Map
<Item, CauldronBehavior> CauldronBehavior.CauldronBehaviorMap.map
The field for themap
record component.Modifier and TypeMethodDescriptionCauldronBehavior.CauldronBehaviorMap.map()
Returns the value of themap
record component.Modifier and TypeMethodDescriptionstatic void
CauldronBehavior.registerBucketBehavior
(Map<Item, CauldronBehavior> behavior) Registers the behavior for filled buckets in the specified behavior map.