Uses of Enum Class
net.neoforged.neoforge.common.enums.BubbleColumnDirection
Packages that use BubbleColumnDirection
-
Uses of BubbleColumnDirection in net.neoforged.neoforge.common.enums
Subclasses with type arguments of type BubbleColumnDirection in net.neoforged.neoforge.common.enumsMethods in net.neoforged.neoforge.common.enums that return BubbleColumnDirectionModifier and TypeMethodDescriptionstatic BubbleColumnDirectionReturns 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 BubbleColumnDirectionIBlockExtension.getBubbleColumnDirection(BlockState state) Determines if this block can spawn Bubble Columns and if so, what direction the column flows.default BubbleColumnDirectionIBlockStateExtension.getBubbleColumnDirection()Determines if this block can spawn Bubble Columns and if so, what direction the column flows.