Uses of Enum Class
com.github.imdabigboss.easydatapack.api.blocks.CustomBlock.Parent
Packages that use CustomBlock.Parent
-
Uses of CustomBlock.Parent in com.github.imdabigboss.easydatapack.api.blocks
Methods in com.github.imdabigboss.easydatapack.api.blocks that return CustomBlock.ParentModifier and TypeMethodDescription@NonNull CustomBlock.ParentCustomBlock.getParent()Gets the parent of the block.static CustomBlock.ParentReturns the enum constant of this class with the specified name.static CustomBlock.Parent[]CustomBlock.Parent.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.imdabigboss.easydatapack.api.blocks with parameters of type CustomBlock.ParentModifierConstructorDescriptionBuilder(@NonNull String name, @NonNull String namespaceKey, int customModelData, boolean up, boolean down, boolean north, boolean east, boolean south, boolean west, @NonNull CustomBlock.Parent parent)Creates a new custom block builder.