Uses of Class
tfagaming.projects.minecraft.homestead.models.RegionChunk
Packages that use RegionChunk
Package
Description
-
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.database.cache
Methods in tfagaming.projects.minecraft.homestead.database.cache with parameters of type RegionChunk -
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.database.providers
Methods in tfagaming.projects.minecraft.homestead.database.providers that return types with arguments of type RegionChunkModifier and TypeMethodDescriptionMariaDB.importRegionChunks()MongoDB.importRegionChunks()MySQL.importRegionChunks()PostgreSQL.importRegionChunks()Provider.importRegionChunks()SQLite.importRegionChunks()YAML.importRegionChunks()Method parameters in tfagaming.projects.minecraft.homestead.database.providers with type arguments of type RegionChunkModifier and TypeMethodDescriptionvoidMariaDB.exportRegionChunks(List<RegionChunk> chunks) voidMongoDB.exportRegionChunks(List<RegionChunk> chunks) voidMySQL.exportRegionChunks(List<RegionChunk> chunks) voidPostgreSQL.exportRegionChunks(List<RegionChunk> chunks) voidProvider.exportRegionChunks(List<RegionChunk> regions) voidSQLite.exportRegionChunks(List<RegionChunk> chunks) voidYAML.exportRegionChunks(List<RegionChunk> chunks) -
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.integrations.maps
Methods in tfagaming.projects.minecraft.homestead.integrations.maps with parameters of type RegionChunkModifier and TypeMethodDescriptionvoidDynmapAPI.addChunkMarker(Region region, RegionChunk chunk) voidPl3xMapAPI.addChunkMarker(Region region, RegionChunk chunk) voidSquaremapAPI.addChunkMarker(Region region, RegionChunk chunk) protected booleanAbstractMapIntegration.isNeighborClaimed(Region region, RegionChunk chunk, AbstractMapIntegration.GeoDirection direction) -
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.managers
Methods in tfagaming.projects.minecraft.homestead.managers that return RegionChunkModifier and TypeMethodDescriptionstatic RegionChunkChunkManager.findChunk(long id) Retrieves the chunk with the exact ID, or null if none exists.static RegionChunkFinds a chunk by its world and coordinates.static RegionChunkChunkManager.findChunk(org.bukkit.Chunk chunk) Finds a chunk by its Bukkit chunk.Methods in tfagaming.projects.minecraft.homestead.managers that return types with arguments of type RegionChunkModifier and TypeMethodDescriptionstatic List<RegionChunk> ChunkManager.getAll()Returns an immutable view of every loaded chunk.static List<RegionChunk> ChunkManager.getBorderChunks(long regionId) Returns all chunks on the border of a region.static List<RegionChunk> ChunkManager.getBorderChunks(Region region) Returns all chunks on the border of a region.static List<RegionChunk> ChunkManager.getChunksInWorld(UUID worldId) Returns all claimed chunks in a specific world.static List<RegionChunk> ChunkManager.getChunksInWorld(org.bukkit.World world) Returns all claimed chunks in a specific world.static List<RegionChunk> ChunkManager.getChunksOfRegion(long regionId) Returns all chunks belonging to a region.static List<RegionChunk> ChunkManager.getChunksOfRegion(Region region) Returns all chunks belonging to a region.static List<RegionChunk> ChunkManager.getForceLoadedChunks(long regionId) Returns all force-loaded chunks belonging to a region.static List<RegionChunk> ChunkManager.getForceLoadedChunks(Region region) Returns all force-loaded chunks belonging to a region. -
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.tools.minecraft.chunks
Methods in tfagaming.projects.minecraft.homestead.tools.minecraft.chunks with parameters of type RegionChunkModifier and TypeMethodDescriptionstatic org.bukkit.LocationChunkUtility.getLocation(org.bukkit.entity.Player player, RegionChunk chunk) Returns a safe teleport location inside the given chunk.static org.bukkit.LocationChunkUtility.getLocationWithoutYawPitch(RegionChunk chunk) Returns a safe teleport location inside the given chunk without yaw and pitch angles. -
Uses of RegionChunk in tfagaming.projects.minecraft.homestead.tools.minecraft.players
Methods in tfagaming.projects.minecraft.homestead.tools.minecraft.players with parameters of type RegionChunkModifier and TypeMethodDescriptionstatic voidPlayerUtility.teleportPlayerToChunkSafely(org.bukkit.entity.Player player, RegionChunk chunk, @Nullable Runnable after) Teleport a player to a chunk safely, thread-safe for Folia.