| Package | Description |
|---|---|
| org.cloudburstmc.api.blockentity | |
| org.cloudburstmc.api.level | |
| org.cloudburstmc.api.level.chunk |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockEntityFactory<T extends BlockEntity> |
class |
BlockEntityType<T extends BlockEntity> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Banner |
interface |
Barrel |
interface |
Beacon |
interface |
Bed |
interface |
Bell |
interface |
BlastFurnace |
interface |
BrewingStand |
interface |
Campfire |
interface |
Cauldron |
interface |
Chest |
interface |
CommandBlock |
interface |
Comparator |
interface |
DaylightDetector |
interface |
Dispenser |
interface |
Dropper |
interface |
EnchantingTable |
interface |
EnderChest |
interface |
EndGateway |
interface |
EndPortal |
interface |
FlowerPot |
interface |
Furnace |
interface |
Hopper |
interface |
ItemFrame |
interface |
Jigsaw |
interface |
Jukebox |
interface |
Lectern |
interface |
MobSpawner |
interface |
MovingBlock |
interface |
NetherReactor |
interface |
Noteblock |
interface |
Piston |
interface |
ShulkerBox |
interface |
Sign |
interface |
Skull |
interface |
Smoker |
interface |
StructureBlock |
| Modifier and Type | Method and Description |
|---|---|
static <T extends BlockEntity> |
BlockEntityType.from(Identifier identifier,
Class<T> entityClass) |
static <T extends BlockEntity> |
BlockEntityType.from(String identifier,
Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
BlockEntity |
Level.getBlockEntity(com.nukkitx.math.vector.Vector3i position) |
| Modifier and Type | Method and Description |
|---|---|
BlockEntity |
Chunk.getBlockEntity(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends BlockEntity> |
Chunk.getBlockEntities()
Gets an immutable copy of all block entities within the current chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chunk.addBlockEntity(BlockEntity blockEntity) |
void |
Chunk.removeBlockEntity(BlockEntity blockEntity) |
Copyright © 2021. All rights reserved.