Uses of Interface
com.plotsquared.core.generator.GeneratorWrapper
Packages that use GeneratorWrapper
-
Uses of GeneratorWrapper in com.plotsquared.core
Methods in com.plotsquared.core that return GeneratorWrapperModifier and TypeMethodDescriptionPlotPlatform.getGenerator(@NonNull String world, @Nullable String name) Gets the generator wrapper for a world (world) and generator (name).PlotPlatform.wrapPlotGenerator(@NonNull String world, @NonNull IndependentPlotGenerator generator) Create a platform generator from a plot generatorMethods in com.plotsquared.core with parameters of type GeneratorWrapperModifier and TypeMethodDescriptionvoidPlotSquared.loadWorld(@NonNull String world, @Nullable GeneratorWrapper<?> baseGenerator) This method is called by the PlotGenerator class normally. -
Uses of GeneratorWrapper in com.plotsquared.core.generator
Methods in com.plotsquared.core.generator that return GeneratorWrapperModifier and TypeMethodDescription<T> GeneratorWrapper<T>Get the generator for your specific implementation (bukkit/sponge).
- e.g. -
Uses of GeneratorWrapper in com.plotsquared.core.util
Fields in com.plotsquared.core.util with type parameters of type GeneratorWrapperModifier and TypeFieldDescriptionstatic HashMap<String,GeneratorWrapper<?>> SetupUtils.generators