Uses of Enum Class
net.minecraft.block.TallPlantBlock.GrassType
Packages that use TallPlantBlock.GrassType
-
Uses of TallPlantBlock.GrassType in net.minecraft.block
Fields in net.minecraft.block declared as TallPlantBlock.GrassTypeModifier and TypeFieldDescriptionprivate static final TallPlantBlock.GrassType[]TallPlantBlock.GrassType.TYPESFields in net.minecraft.block with type parameters of type TallPlantBlock.GrassTypeModifier and TypeFieldDescriptionstatic final EnumProperty<TallPlantBlock.GrassType>TallPlantBlock.TYPEMethods in net.minecraft.block that return TallPlantBlock.GrassTypeModifier and TypeMethodDescriptionstatic TallPlantBlock.GrassTypeTallPlantBlock.GrassType.getById(int id) static TallPlantBlock.GrassTypeReturns the enum constant of this class with the specified name.static TallPlantBlock.GrassType[]TallPlantBlock.GrassType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TallPlantBlock.GrassType in net.minecraft.world.gen.feature
Constructors in net.minecraft.world.gen.feature with parameters of type TallPlantBlock.GrassType