Uses of Class
net.bitbylogic.packetblocks.group.PacketBlockGroup
Packages that use PacketBlockGroup
-
Uses of PacketBlockGroup in net.bitbylogic.packetblocks.block
Methods in net.bitbylogic.packetblocks.block that return PacketBlockGroupModifier and TypeMethodDescriptionPacketBlockManager.createGroup(@NonNull Map<org.bukkit.Location, org.bukkit.block.data.BlockData> groupBlocks) Methods in net.bitbylogic.packetblocks.block with parameters of type PacketBlockGroupModifier and TypeMethodDescriptionvoidPacketBlockManager.addBlocksToGroup(@NonNull PacketBlockGroup group, @NonNull Map<org.bukkit.Location, org.bukkit.block.data.BlockData> locations) Adds a collection of blocks to the specified group and updates the internal block location mappings.voidPacketBlockManager.addBlockToGroup(@NonNull PacketBlockGroup group, @NonNull org.bukkit.Location location, @NonNull org.bukkit.block.data.BlockData blockData) Adds a block to the specified block group at the given location with the provided block data.voidPacketBlockManager.removeBlockFromGroup(@NonNull PacketBlockGroup group, @NonNull org.bukkit.Location location) Removes a block from a specified group at a given location.voidPacketBlockManager.removeBlocksFromGroup(@NonNull PacketBlockGroup group, @NonNull List<org.bukkit.Location> locations) Removes the specified list of block locations from the given block group and updates the internal tracking structure.