Uses of Class
org.cloudburstmc.server.blockentity.BaseBlockEntity
Packages that use BaseBlockEntity
Package
Description
-
Uses of BaseBlockEntity in org.cloudburstmc.server.blockentity
Subclasses of BaseBlockEntity in org.cloudburstmc.server.blockentityModifier and TypeClassDescriptionclassclassclassauthor: Rover656classCreated by CreeperFace on 2.6.2017.classclassclassclassauthor: CreeperFace Nukkit Projectclassauthor: MagicDroidX Nukkit Projectclassclassclassauthor: MagicDroidX Nukkit ProjectclassclassCreated by Snake1999 on 2016/2/4.classclassCreated by CreeperFace on 8.5.2017.classCreated by Pub4Game on 03.07.2016.classclassclassCreated by CreeperFace on 11.4.2017.classclassclassCreated by PetteriM1classauthor: MagicDroidX Nukkit ProjectclassCreated by Snake1999 on 2016/2/3.classclass -
Uses of BaseBlockEntity in org.cloudburstmc.server.level
Methods in org.cloudburstmc.server.level that return types with arguments of type BaseBlockEntityModifier and TypeMethodDescriptionCloudLevel.getChunkBlockEntities(int chunkX, int chunkZ)CloudLevel.getLoadedBlockEntities(int chunkX, int chunkZ) -
Uses of BaseBlockEntity in org.cloudburstmc.server.level.chunk
Methods in org.cloudburstmc.server.level.chunk that return types with arguments of type BaseBlockEntityModifier and TypeMethodDescriptionCloudChunk.getBlockEntities()CloudLockableChunk.getBlockEntities()UnsafeChunk.getBlockEntities()Gets an immutable copy of all block entities within the current chunk.