Uses of Interface
dev.wyck.level.LevelCreator
Packages that use LevelCreator
-
Uses of LevelCreator in dev.wyck.level
Classes in dev.wyck.level that implement LevelCreatorModifier and TypeClassDescriptionfinal classThis implementation is here because it does not compile against Minecraft internals as of right now.Methods in dev.wyck.level that return LevelCreatorModifier and TypeMethodDescriptionLevelCreator.Builder.build()Builds theLevelCreatorwith the specified properties.Constructors in dev.wyck.level with parameters of type LevelCreator -
Uses of LevelCreator in dev.wyck.registry.level
Methods in dev.wyck.registry.level with parameters of type LevelCreatorModifier and TypeMethodDescriptionLevelFactory.createWorld(LevelCreator world) Creates and loads a world from the given specification.