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 TypeFieldDescriptionstatic final CauldronBehavior
CauldronBehavior.CLEAN_BANNER
A behavior that cleans banners with patterns.static final CauldronBehavior
CauldronBehavior.CLEAN_DYEABLE_ITEM
A behavior that cleans dyeable items.static final CauldronBehavior
CauldronBehavior.CLEAN_SHULKER_BOX
A behavior that cleans dyed shulker boxes.static final CauldronBehavior
CauldronBehavior.FILL_WITH_LAVA
A behavior that fills cauldrons with lava.static final CauldronBehavior
CauldronBehavior.FILL_WITH_POWDER_SNOW
A behavior that fills cauldrons with powder snow.static final CauldronBehavior
CauldronBehavior.FILL_WITH_WATER
A behavior that fills cauldrons with water.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.