Uses of Enum Class
net.minecraft.block.PlanksBlock.WoodType
Packages that use PlanksBlock.WoodType
-
Uses of PlanksBlock.WoodType in net.minecraft.block
Fields in net.minecraft.block declared as PlanksBlock.WoodTypeModifier and TypeFieldDescriptionprivate static final PlanksBlock.WoodType[]PlanksBlock.WoodType.TYPESFields in net.minecraft.block with type parameters of type PlanksBlock.WoodTypeModifier and TypeFieldDescriptionstatic final EnumProperty<PlanksBlock.WoodType>SaplingBlock.TYPEstatic final EnumProperty<PlanksBlock.WoodType>Leaves1Block.VARIANTstatic final EnumProperty<PlanksBlock.WoodType>Leaves2Block.VARIANTstatic final EnumProperty<PlanksBlock.WoodType>Log1Block.VARIANTstatic final EnumProperty<PlanksBlock.WoodType>Log2Block.VARIANTstatic final EnumProperty<PlanksBlock.WoodType>PlanksBlock.VARIANTstatic final EnumProperty<PlanksBlock.WoodType>WoodSlabBlock.VARIANTMethods in net.minecraft.block that return PlanksBlock.WoodTypeModifier and TypeMethodDescriptionstatic PlanksBlock.WoodTypePlanksBlock.WoodType.getById(int id) Leaves1Block.getWoodType(int state) Leaves2Block.getWoodType(int state) abstract PlanksBlock.WoodTypeLeavesBlock.getWoodType(int state) static PlanksBlock.WoodTypeReturns the enum constant of this class with the specified name.static PlanksBlock.WoodType[]PlanksBlock.WoodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block with parameters of type PlanksBlock.WoodTypeModifier and TypeMethodDescriptionprivate booleanSaplingBlock.method_8895(World world, BlockPos blockPos, int int2, int int3, PlanksBlock.WoodType woodType) booleanSaplingBlock.method_8896(World world, BlockPos blockPos, PlanksBlock.WoodType woodType) Constructors in net.minecraft.block with parameters of type PlanksBlock.WoodType