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 TypeMethodDescriptionPlotPlatform.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 TypeMethodDescriptionConstruct a new location with yaw and pitch equal to 0Construct a new locationLocation.at(@NonNull World<?> world, @NonNull BlockVector3 blockVector3) Construct a new location with yaw and pitch equal to 0Location.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)