Interface PosRuleTestType<P extends PosRuleTest>


public interface PosRuleTestType<P extends PosRuleTest>
Mappings:
Namespace Name
official drv
intermediary net/minecraft/class_4996
named net/minecraft/structure/rule/PosRuleTestType
  • Field Details

    • ALWAYS_TRUE

      static final PosRuleTestType<AlwaysTruePosRuleTest> ALWAYS_TRUE
      Mappings:
      Namespace Name Mixin selector
      official a Ldrv;a:Ldrv;
      intermediary field_23344 Lnet/minecraft/class_4996;field_23344:Lnet/minecraft/class_4996;
      named ALWAYS_TRUE Lnet/minecraft/structure/rule/PosRuleTestType;ALWAYS_TRUE:Lnet/minecraft/structure/rule/PosRuleTestType;
    • LINEAR_POS

      static final PosRuleTestType<LinearPosRuleTest> LINEAR_POS
      Mappings:
      Namespace Name Mixin selector
      official b Ldrv;b:Ldrv;
      intermediary field_23345 Lnet/minecraft/class_4996;field_23345:Lnet/minecraft/class_4996;
      named LINEAR_POS Lnet/minecraft/structure/rule/PosRuleTestType;LINEAR_POS:Lnet/minecraft/structure/rule/PosRuleTestType;
    • AXIS_ALIGNED_LINEAR_POS

      static final PosRuleTestType<AxisAlignedLinearPosRuleTest> AXIS_ALIGNED_LINEAR_POS
      Mappings:
      Namespace Name Mixin selector
      official c Ldrv;c:Ldrv;
      intermediary field_23346 Lnet/minecraft/class_4996;field_23346:Lnet/minecraft/class_4996;
      named AXIS_ALIGNED_LINEAR_POS Lnet/minecraft/structure/rule/PosRuleTestType;AXIS_ALIGNED_LINEAR_POS:Lnet/minecraft/structure/rule/PosRuleTestType;
  • Method Details

    • codec

      com.mojang.serialization.Codec<P> codec()
    • register

      static <P extends PosRuleTest> PosRuleTestType<P> register(String id, com.mojang.serialization.Codec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      official a Ldrv;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldrv;
      intermediary method_26409 Lnet/minecraft/class_4996;method_26409(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_4996;
      named register Lnet/minecraft/structure/rule/PosRuleTestType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/structure/rule/PosRuleTestType;