Uses of Enum Class
net.minecraft.block.Fertilizable.FertilizableType
Packages that use Fertilizable.FertilizableType
-
Uses of Fertilizable.FertilizableType in net.minecraft.block
Methods in net.minecraft.block that return Fertilizable.FertilizableTypeModifier and TypeMethodDescriptiondefault Fertilizable.FertilizableType
Fertilizable.getFertilizableType()
GrassBlock.getFertilizableType()
MossBlock.getFertilizableType()
NetherrackBlock.getFertilizableType()
NyliumBlock.getFertilizableType()
Returns the enum constant of this class with the specified name.static Fertilizable.FertilizableType[]
Fertilizable.FertilizableType.values()
Returns an array containing the constants of this enum class, in the order they are declared.