Class DeathChestLocationFinder.Location

    • Method Detail

      • getPos

        public net.minecraft.util.math.BlockPos getPos()
        Returns the BlockPos of this location. If this is a double chest, this is the position of the west block.
        Returns:
        the BlockPos of this location.
      • isDoubleChest

        public boolean isDoubleChest()
        Returns whether a double chest should be placed at this location.
        Returns:
        true if a double chest should be placed at this location, or otherwise false.