public static final class DeathChestLocationFinder.Location extends Object
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPos()
Returns the
BlockPos of this location. |
boolean |
isDoubleChest()
Returns whether a double chest should be placed at this location.
|
public net.minecraft.util.math.BlockPos getPos()
BlockPos of this location.
If this is a double chest, this is the position of the west block.BlockPos of this location.public boolean isDoubleChest()
true if a double chest should be placed at this location,
or otherwise false.