Class PlayerPredicate.CompletedAdvancementPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean state  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(AdvancementProgress p_test_1_)  
      com.google.gson.JsonElement toJson()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Field Detail

      • state

        private final boolean state
    • Constructor Detail

      • CompletedAdvancementPredicate

        public CompletedAdvancementPredicate​(boolean p_i225773_1_)