Uses of Enum Class
dev.wyck.level.entity.LevelSpawner.Kind
Packages that use LevelSpawner.Kind
-
Uses of LevelSpawner.Kind in dev.wyck.level.entity
Subclasses with type arguments of type LevelSpawner.Kind in dev.wyck.level.entityMethods in dev.wyck.level.entity that return LevelSpawner.KindModifier and TypeMethodDescriptionstatic LevelSpawner.KindReturns the enum constant of this class with the specified name.static LevelSpawner.Kind[]LevelSpawner.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.level.entity with parameters of type LevelSpawner.KindModifier and TypeMethodDescriptionLevelSpawner.Factory.vanilla(LevelSpawner.Kind kind) static LevelSpawnerLevelSpawner.vanilla(LevelSpawner.Kind kind) Gets a vanilla level spawner.