Uses of Class
com.palmergames.bukkit.towny.regen.PlotBlockData
Packages that use PlotBlockData
Package
Description
-
Uses of PlotBlockData in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db that return PlotBlockDataModifier and TypeMethodDescriptionTownyDatabaseHandler.loadPlotData(TownBlock townBlock) Load PlotBlockData for regen at unclaim First attempts to load a .zip file containing the data file.TownyDatabaseHandler.loadPlotData(String worldName, int x, int z) Load PlotBlockDataabstract PlotBlockDataTownyDataSource.loadPlotData(TownBlock townBlock) abstract PlotBlockDataTownyDataSource.loadPlotData(String worldName, int x, int z) Methods in com.palmergames.bukkit.towny.db with parameters of type PlotBlockDataModifier and TypeMethodDescriptionvoidTownyDatabaseHandler.deletePlotData(PlotBlockData plotChunk) abstract voidTownyDataSource.deletePlotData(PlotBlockData plotChunk) booleanTownyDatabaseHandler.savePlotData(PlotBlockData plotChunk) Save PlotBlockDataabstract booleanTownyDataSource.savePlotData(PlotBlockData plotChunk) -
Uses of PlotBlockData in com.palmergames.bukkit.towny.regen
Methods in com.palmergames.bukkit.towny.regen that return PlotBlockDataModifier and TypeMethodDescriptionstatic @Nullable PlotBlockDataTownyRegenAPI.getPlotChunk(TownBlock townBlock) Gets a Plot Chunk from the regeneration mapstatic PlotBlockDataTownyRegenAPI.getPlotChunkSnapshot(TownBlock townBlock) Loads a Plot Chunk snapshot from the data sourceMethods in com.palmergames.bukkit.towny.regen that return types with arguments of type PlotBlockDataModifier and TypeMethodDescriptionstatic CompletableFuture<PlotBlockData> TownyRegenAPI.createPlotSnapshot(@NotNull TownBlock townBlock) static Collection<PlotBlockData> TownyRegenAPI.getActivePlotBlockDatas()static Map<String, PlotBlockData> TownyRegenAPI.getPlotChunks()Methods in com.palmergames.bukkit.towny.regen with parameters of type PlotBlockDataModifier and TypeMethodDescriptionstatic voidTownyRegenAPI.addPlotChunkSnapshot(PlotBlockData plotChunk) Saves a Plot Chunk snapshot to the datasourcestatic voidTownyRegenAPI.addToActiveRegeneration(PlotBlockData plotChunk) Adds a Plot Chunk to the regeneration mapstatic voidTownyRegenAPI.finishPlotBlockData(PlotBlockData plotChunk) Called when a PlotBlockData's revert-on-unclaim has been finished.static voidTownyRegenAPI.removeFromActiveRegeneration(PlotBlockData plotChunk) Removes a Plot Chunk from the regeneration map -
Uses of PlotBlockData in com.palmergames.util
Methods in com.palmergames.util with parameters of type PlotBlockDataModifier and TypeMethodDescriptionstatic voidFileMgmt.savePlotData(PlotBlockData data, File file, String path) Method to save a PlotBlockData object to disk.