public final class DeathChestPlacer extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
placeAndFillContainer(DeathChest deathChest)
Places and fills the specified death chest.
|
static void |
placeQueued(net.minecraft.server.world.ServerWorld world)
Places all queued death chests that are ready to be placed in the specified world.
|
static void |
spawnDefenseEntities(DeathChest deathChest)
Spawns the defense entities for the specified death chest.
|
public static void placeQueued(net.minecraft.server.world.ServerWorld world)
world - a ServerWorld.public static boolean placeAndFillContainer(DeathChest deathChest)
deathChest - a death chest.true if the placement is successful, or otherwise false.public static void spawnDefenseEntities(DeathChest deathChest)
deathChest - a death chest.