Uses of Enum Class
net.minecraft.block.WallBlock.WallType
Packages that use WallBlock.WallType
-
Uses of WallBlock.WallType in net.minecraft.block
Fields in net.minecraft.block declared as WallBlock.WallTypeModifier and TypeFieldDescriptionprivate static final WallBlock.WallType[]WallBlock.WallType.TYPESFields in net.minecraft.block with type parameters of type WallBlock.WallTypeMethods in net.minecraft.block that return WallBlock.WallTypeModifier and TypeMethodDescriptionstatic WallBlock.WallTypeWallBlock.WallType.getById(int id) static WallBlock.WallTypeReturns the enum constant of this class with the specified name.static WallBlock.WallType[]WallBlock.WallType.values()Returns an array containing the constants of this enum class, in the order they are declared.