Class PosRuleTest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.mojang.serialization.Codec<PosRuleTest> CODEC  
    • Constructor Summary

      Constructors 
      Constructor Description
      PosRuleTest()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract IPosRuleTests<?> getType()  
      abstract boolean test​(BlockPos p_230385_1_, BlockPos p_230385_2_, BlockPos p_230385_3_, java.util.Random p_230385_4_)  
      • Methods inherited from class java.lang.Object

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

      • CODEC

        public static final com.mojang.serialization.Codec<PosRuleTest> CODEC
    • Constructor Detail

      • PosRuleTest

        public PosRuleTest()
    • Method Detail

      • test

        public abstract boolean test​(BlockPos p_230385_1_,
                                     BlockPos p_230385_2_,
                                     BlockPos p_230385_3_,
                                     java.util.Random p_230385_4_)