Uses of Class
com.plotsquared.core.plot.PlotCluster
Packages that use PlotCluster
-
Uses of PlotCluster in com.plotsquared.core
Methods in com.plotsquared.core that return types with arguments of type PlotCluster -
Uses of PlotCluster in com.plotsquared.core.database
Fields in com.plotsquared.core.database with type parameters of type PlotClusterModifier and TypeFieldDescriptionSQLManager.clusterTasks
cluster cluster_helpers cluster_invited cluster_settingsMethods in com.plotsquared.core.database that return types with arguments of type PlotClusterModifier and TypeMethodDescriptionAbstractDB.getClusters()
static HashMap<String,
Set<PlotCluster>> DBFunc.getClusters()
SQLManager.getClusters()
Methods in com.plotsquared.core.database with parameters of type PlotClusterModifier and TypeMethodDescriptionvoid
SQLManager.addClusterTask
(PlotCluster cluster, SQLManager.UniqueStatement task) void
AbstractDB.createCluster
(PlotCluster cluster) static void
DBFunc.createCluster
(PlotCluster cluster) void
SQLManager.createCluster
(PlotCluster cluster) void
AbstractDB.delete
(PlotCluster cluster) static void
DBFunc.delete
(PlotCluster toDelete) void
SQLManager.delete
(PlotCluster cluster) int
AbstractDB.getClusterId
(PlotCluster cluster) Gets the id of a given plot cluster.int
SQLManager.getClusterId
(PlotCluster cluster) void
AbstractDB.removeHelper
(PlotCluster cluster, UUID uuid) static void
DBFunc.removeHelper
(PlotCluster cluster, UUID uuid) void
SQLManager.removeHelper
(PlotCluster cluster, UUID uuid) void
AbstractDB.removeInvited
(PlotCluster cluster, UUID uuid) static void
DBFunc.removeInvited
(PlotCluster cluster, UUID uuid) void
SQLManager.removeInvited
(PlotCluster cluster, UUID uuid) void
AbstractDB.resizeCluster
(PlotCluster current, PlotId min, PlotId max) static void
DBFunc.resizeCluster
(PlotCluster current, PlotId min, PlotId max) void
SQLManager.resizeCluster
(PlotCluster current, PlotId min, PlotId max) void
AbstractDB.setClusterName
(PlotCluster cluster, String name) Renames a cluster to the given name.void
SQLManager.setClusterName
(PlotCluster cluster, String name) void
AbstractDB.setHelper
(PlotCluster cluster, UUID uuid) static void
DBFunc.setHelper
(PlotCluster cluster, UUID uuid) void
SQLManager.setHelper
(PlotCluster cluster, UUID uuid) void
AbstractDB.setInvited
(PlotCluster cluster, UUID uuid) static void
DBFunc.setInvited
(PlotCluster cluster, UUID uuid) void
SQLManager.setInvited
(PlotCluster cluster, UUID uuid) void
AbstractDB.setPosition
(PlotCluster cluster, String position) static void
DBFunc.setPosition
(PlotCluster cluster, String position) void
SQLManager.setPosition
(PlotCluster cluster, String position) -
Uses of PlotCluster in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotClusterModifier and TypeMethodDescriptionPlot.getCluster()
Gets the cluster this plot is associated withPlotArea.getCluster
(@NonNull Location location) PlotArea.getCluster
(String string) PlotArea.getFirstIntersectingCluster
(@NonNull PlotId pos1, @NonNull PlotId pos2) Methods in com.plotsquared.core.plot that return types with arguments of type PlotClusterMethods in com.plotsquared.core.plot with parameters of type PlotClusterModifier and TypeMethodDescriptionvoid
PlotArea.addCluster
(@Nullable PlotCluster plotCluster) void
PlotArea.removeCluster
(@Nullable PlotCluster plotCluster)