Class StairsInnerCorner

java.lang.Object
com.rvandoosselaer.blocks.shapes.StairsInnerCorner
All Implemented Interfaces:
Shape

public class StairsInnerCorner extends Object implements Shape
A shape implementation for an inner corner stair. The default facing of a stair is South.
  • Constructor Details

    • StairsInnerCorner

      public StairsInnerCorner()
  • Method Details

    • add

      public void add(com.simsilica.mathd.Vec3i location, Chunk chunk, ChunkMesh chunkMesh)
      Description copied from interface: Shape
      Adds the shape at the location in the chunk to the chunk mesh.
      Specified by:
      add in interface Shape
      Parameters:
      location - of the shape in the chunk
      chunk - of the shape
      chunkMesh - to add the shape to