Class PatrolSpawner

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int nextTick  
    • Constructor Summary

      Constructors 
      Constructor Description
      PatrolSpawner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean spawnPatrolMember​(ServerWorld p_222695_1_, BlockPos p_222695_2_, java.util.Random p_222695_3_, boolean p_222695_4_)  
      int tick​(ServerWorld p_230253_1_, boolean p_230253_2_, boolean p_230253_3_)  
      • Methods inherited from class java.lang.Object

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

      • nextTick

        private int nextTick
    • Constructor Detail

      • PatrolSpawner

        public PatrolSpawner()
    • Method Detail

      • spawnPatrolMember

        private boolean spawnPatrolMember​(ServerWorld p_222695_1_,
                                          BlockPos p_222695_2_,
                                          java.util.Random p_222695_3_,
                                          boolean p_222695_4_)