Uses of Class
org.cloudburstmc.server.utils.BlockUpdateEntry
Packages that use BlockUpdateEntry
Package
Description
-
Uses of BlockUpdateEntry in org.cloudburstmc.server.level
Methods in org.cloudburstmc.server.level that return types with arguments of type BlockUpdateEntryModifier and TypeMethodDescriptionCloudLevel.getPendingBlockUpdates(org.cloudburstmc.api.util.AxisAlignedBB boundingBox)CloudLevel.getPendingBlockUpdates(CloudChunk chunk) -
Uses of BlockUpdateEntry in org.cloudburstmc.server.scheduler
Methods in org.cloudburstmc.server.scheduler that return types with arguments of type BlockUpdateEntryModifier and TypeMethodDescriptionBlockUpdateScheduler.getPendingBlockUpdates(org.cloudburstmc.api.util.AxisAlignedBB boundingBox)Methods in org.cloudburstmc.server.scheduler with parameters of type BlockUpdateEntryModifier and TypeMethodDescriptionvoidBlockUpdateScheduler.add(BlockUpdateEntry entry)booleanBlockUpdateScheduler.contains(BlockUpdateEntry entry)booleanBlockUpdateScheduler.remove(BlockUpdateEntry entry) -
Uses of BlockUpdateEntry in org.cloudburstmc.server.utils
Methods in org.cloudburstmc.server.utils with parameters of type BlockUpdateEntry