Uses of Class
com.plotsquared.core.location.BlockLoc
Packages that use BlockLoc
Package
Description
-
Uses of BlockLoc in com.plotsquared.core.location
Subclasses of BlockLoc in com.plotsquared.core.locationModifier and TypeClassDescriptionclassAn unmodifiable 6-tuple (world,x,y,z,yaw,pitch)final classUsed internally for generation to reference locations in worlds that "don't exist yet".Fields in com.plotsquared.core.location declared as BlockLocModifier and TypeFieldDescriptionstatic final BlockLocBlockLoc.MINYstatic final BlockLocBlockLoc.ZEROMethods in com.plotsquared.core.location that return BlockLoc -
Uses of BlockLoc in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return BlockLocModifier and TypeMethodDescriptionPlotArea.defaultHome()Get the default location for players to be teleported to.Plot.getPosition()Gets the set home location or 0,Integer#MIN_VALUE,0 if no location is set
- Does not take the default home location into account - PlotSquared will internally find the correct place to teleport to if y = Integer#MIN_VALUE when teleporting to the plot.PlotSettings.getPosition()PlotArea.nonmemberHome()Get the location for non-members to be teleported to.Methods in com.plotsquared.core.plot with parameters of type BlockLocModifier and TypeMethodDescriptionprotected voidPlotArea.setDefaultHome(BlockLoc defaultHome) voidSets the home locationvoidPlotSettings.setPosition(BlockLoc position) Constructors in com.plotsquared.core.plot with parameters of type BlockLocModifierConstructorDescriptionPlot(@NonNull PlotId id, UUID owner, HashSet<UUID> trusted, HashSet<UUID> members, HashSet<UUID> denied, String alias, BlockLoc position, Collection<PlotFlag<?, ?>> flags, PlotArea area, boolean[] merged, long timestamp, int temp) Constructor for a saved plots (Used by the database manager when plots are fetched) -
Uses of BlockLoc in com.plotsquared.core.plot.world
Constructors in com.plotsquared.core.plot.world with parameters of type BlockLoc