Uses of Enum Class
net.neoforged.neoforge.common.enums.BubbleColumnDirection
Packages that use BubbleColumnDirection
-
Uses of BubbleColumnDirection in net.neoforged.neoforge.common.enums
Methods in net.neoforged.neoforge.common.enums that return BubbleColumnDirectionModifier and TypeMethodDescriptionstatic BubbleColumnDirection
Returns the enum constant of this class with the specified name.static BubbleColumnDirection[]
BubbleColumnDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BubbleColumnDirection in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return BubbleColumnDirectionModifier and TypeMethodDescriptiondefault BubbleColumnDirection
IBlockExtension.getBubbleColumnDirection
(BlockState state) Determines if this block can spawn Bubble Columns and if so, what direction the column flows.default BubbleColumnDirection
IBlockStateExtension.getBubbleColumnDirection()
Determines if this block can spawn Bubble Columns and if so, what direction the column flows.