Uses of Enum Class
net.neoforged.neoforge.common.enums.BubbleColumnDirection
Packages that use BubbleColumnDirection
Package
Description
-
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. -
Uses of BubbleColumnDirection in net.neoforged.neoforge.debug.block
Fields in net.neoforged.neoforge.debug.block declared as BubbleColumnDirectionModifier and TypeFieldDescriptionprivate final BubbleColumnDirection
BlockTests.CustomBubbleColumnSustainingBlock.bubbleColumnDirection
Methods in net.neoforged.neoforge.debug.block that return BubbleColumnDirectionModifier and TypeMethodDescriptionBlockTests.CustomBubbleColumnSustainingBlock.getBubbleColumnDirection
(BlockState state) Constructors in net.neoforged.neoforge.debug.block with parameters of type BubbleColumnDirectionModifierConstructorDescriptionCustomBubbleColumnSustainingBlock
(BlockBehaviour.Properties properties, BubbleColumnDirection bubbleColumnDirection1)