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 declared as CauldronBehaviorModifier 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.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