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 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. -
Uses of BubbleColumnDirection in net.neoforged.neoforge.debug.block
Fields in net.neoforged.neoforge.debug.block declared as BubbleColumnDirectionModifier and TypeFieldDescriptionprivate final BubbleColumnDirectionBlockTests.CustomBubbleColumnSustainingBlock.bubbleColumnDirectionMethods 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)