Uses of Enum Class
dev.piglin.piglinworldapi.block.Mushroom
Packages that use Mushroom
-
Uses of Mushroom in dev.piglin.piglinworldapi.block
Fields in dev.piglin.piglinworldapi.block declared as MushroomMethods in dev.piglin.piglinworldapi.block that return MushroomModifier and TypeMethodDescriptionstatic MushroomMushroom.fromCustomModel(int in)static MushroomBlockController.getMushroom(org.bukkit.block.Block block)static MushroomBlockController.getMushroom(org.bukkit.block.BlockState block)static MushroomReturns the enum constant of this class with the specified name.static Mushroom[]Mushroom.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.piglin.piglinworldapi.block with parameters of type MushroomModifier and TypeMethodDescriptionOptional<? extends CustomBlock>BlockController.getCustomBlock(Mushroom mushroom)Constructors in dev.piglin.piglinworldapi.block with parameters of type Mushroom