Class StructurePiece.BlockSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected BlockState next  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BlockSelector()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      BlockState getNext()  
      abstract void next​(java.util.Random p_75062_1_, int p_75062_2_, int p_75062_3_, int p_75062_4_, boolean p_75062_5_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockSelector

        protected BlockSelector()
    • Method Detail

      • next

        public abstract void next​(java.util.Random p_75062_1_,
                                  int p_75062_2_,
                                  int p_75062_3_,
                                  int p_75062_4_,
                                  boolean p_75062_5_)