Uses of Interface
com.plotsquared.core.location.World
Packages that use World
-
Uses of World in com.plotsquared.core
Methods in com.plotsquared.core that return WorldModifier and TypeMethodDescription@Nullable World<?>PlotPlatform.getPlatformWorld(@NonNull String worldName) Get a platform world wrapper from a world name -
Uses of World in com.plotsquared.core.location
Classes in com.plotsquared.core.location that implement WorldMethods in com.plotsquared.core.location that return WorldMethods in com.plotsquared.core.location with parameters of type WorldModifier and TypeMethodDescriptionstatic @NonNull LocationConstruct a new location with yaw and pitch equal to 0static @NonNull LocationConstruct a new locationstatic @NonNull LocationLocation.at(@NonNull World<?> world, @NonNull BlockVector3 blockVector3) Construct a new location with yaw and pitch equal to 0static @NonNull LocationLocation.at(@NonNull World<?> world, @NonNull BlockVector3 blockVector3, float yaw, float pitch) Construct a new locationConstructors in com.plotsquared.core.location with parameters of type WorldModifierConstructorDescriptionprotectedLocation(@NonNull World<?> world, @NonNull BlockVector3 blockVector3, float yaw, float pitch)