Uses of Class
ua.mcchickenstudio.opencreative.utils.world.platforms.DevPlatformer
Packages that use DevPlatformer
Package
Description
-
Uses of DevPlatformer in ua.mcchickenstudio.opencreative
Methods in ua.mcchickenstudio.opencreative that return DevPlatformerModifier and TypeMethodDescriptionstatic DevPlatformerOpenCreative.getDevPlatformer()Gets coding platforms manager, that creates and manipulates with dev platforms in developer worlds.Methods in ua.mcchickenstudio.opencreative with parameters of type DevPlatformerModifier and TypeMethodDescriptionstatic voidOpenCreative.setDevPlatformer(@NotNull DevPlatformer platformsManager) Sets custom coding platforms manager. -
Uses of DevPlatformer in ua.mcchickenstudio.opencreative.planets
Methods in ua.mcchickenstudio.opencreative.planets that return DevPlatformerConstructors in ua.mcchickenstudio.opencreative.planets with parameters of type DevPlatformerModifierConstructorDescriptionDevPlatform(org.bukkit.World world, DevPlatformer platformer, int x, int z) -
Uses of DevPlatformer in ua.mcchickenstudio.opencreative.utils.world.platforms
Subclasses of DevPlatformer in ua.mcchickenstudio.opencreative.utils.world.platformsModifier and TypeClassDescriptionfinal classHorizontalPlatformerfinal classLegacyPlatformerfinal classVerticalPlatformerMethods in ua.mcchickenstudio.opencreative.utils.world.platforms that return DevPlatformerModifier and TypeMethodDescription@Nullable DevPlatformerReturns coding platform generator from registry by specified id, if it exists, otherwise - null.Methods in ua.mcchickenstudio.opencreative.utils.world.platforms with parameters of type DevPlatformerModifier and TypeMethodDescriptionvoidDevPlatformers.registerDevPlatformer(@NotNull DevPlatformer platformer) Registers coding platform generator.