Uses of Enum Class
net.minecraft.block.BigMushroomBlock.MushroomType
Packages that use BigMushroomBlock.MushroomType
-
Uses of BigMushroomBlock.MushroomType in net.minecraft.block
Fields in net.minecraft.block declared as BigMushroomBlock.MushroomTypeModifier and TypeFieldDescriptionprivate static final BigMushroomBlock.MushroomType[]BigMushroomBlock.MushroomType.TYPESFields in net.minecraft.block with type parameters of type BigMushroomBlock.MushroomTypeModifier and TypeFieldDescriptionstatic final EnumProperty<BigMushroomBlock.MushroomType>BigMushroomBlock.VARIANTMethods in net.minecraft.block that return BigMushroomBlock.MushroomTypeModifier and TypeMethodDescriptionBigMushroomBlock.MushroomType.getById(int id) Returns the enum constant of this class with the specified name.static BigMushroomBlock.MushroomType[]BigMushroomBlock.MushroomType.values()Returns an array containing the constants of this enum class, in the order they are declared.