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.clusterTaskscluster 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 TypeMethodDescriptionvoidSQLManager.addClusterTask(PlotCluster cluster, SQLManager.UniqueStatement task) voidAbstractDB.createCluster(PlotCluster cluster) static voidDBFunc.createCluster(PlotCluster cluster) voidSQLManager.createCluster(PlotCluster cluster) voidAbstractDB.delete(PlotCluster cluster) static voidDBFunc.delete(PlotCluster toDelete) voidSQLManager.delete(PlotCluster cluster) intAbstractDB.getClusterId(PlotCluster cluster) Gets the id of a given plot cluster.intSQLManager.getClusterId(PlotCluster cluster) voidAbstractDB.removeHelper(PlotCluster cluster, UUID uuid) static voidDBFunc.removeHelper(PlotCluster cluster, UUID uuid) voidSQLManager.removeHelper(PlotCluster cluster, UUID uuid) voidAbstractDB.removeInvited(PlotCluster cluster, UUID uuid) static voidDBFunc.removeInvited(PlotCluster cluster, UUID uuid) voidSQLManager.removeInvited(PlotCluster cluster, UUID uuid) voidAbstractDB.resizeCluster(PlotCluster current, PlotId min, PlotId max) static voidDBFunc.resizeCluster(PlotCluster current, PlotId min, PlotId max) voidSQLManager.resizeCluster(PlotCluster current, PlotId min, PlotId max) voidAbstractDB.setClusterName(PlotCluster cluster, String name) Renames a cluster to the given name.voidSQLManager.setClusterName(PlotCluster cluster, String name) voidAbstractDB.setHelper(PlotCluster cluster, UUID uuid) static voidDBFunc.setHelper(PlotCluster cluster, UUID uuid) voidSQLManager.setHelper(PlotCluster cluster, UUID uuid) voidAbstractDB.setInvited(PlotCluster cluster, UUID uuid) static voidDBFunc.setInvited(PlotCluster cluster, UUID uuid) voidSQLManager.setInvited(PlotCluster cluster, UUID uuid) voidAbstractDB.setPosition(PlotCluster cluster, String position) static voidDBFunc.setPosition(PlotCluster cluster, String position) voidSQLManager.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 TypeMethodDescriptionvoidPlotArea.addCluster(@Nullable PlotCluster plotCluster) voidPlotArea.removeCluster(@Nullable PlotCluster plotCluster)