Uses of Enum Class
net.neoforged.neoforge.common.enums.BubbleColumnDirection
Package
Description
-
Uses of BubbleColumnDirection in net.neoforged.neoforge.common.enums
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate final BubbleColumnDirection
BlockTests.CustomBubbleColumnSustainingBlock.bubbleColumnDirection
Modifier and TypeMethodDescriptionBlockTests.CustomBubbleColumnSustainingBlock.getBubbleColumnDirection
(BlockState state) ModifierConstructorDescriptionCustomBubbleColumnSustainingBlock
(BlockBehaviour.Properties properties, BubbleColumnDirection bubbleColumnDirection1)