Interface MutableGameVolume

    • Method Detail

      • spawnEntity

        boolean spawnEntity​(Entity entity)
      • removeBlock

        default boolean removeBlock​(Vector3i pos)
      • removeBlock

        boolean removeBlock​(int x,
                            int y,
                            int z)
      • destroyBlock

        boolean destroyBlock​(Vector3i pos,
                             boolean performDrops)