Package net.minecraft.structure.rule
Interface PosRuleTestType<P extends PosRuleTest>
public interface PosRuleTestType<P extends PosRuleTest>
- Mappings:
- Namespace - Name - official - dvh- intermediary - net/minecraft/class_4996- named - net/minecraft/structure/rule/PosRuleTestType
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PosRuleTestType<AlwaysTruePosRuleTest>static final PosRuleTestType<AxisAlignedLinearPosRuleTest>static final PosRuleTestType<LinearPosRuleTest>
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>codec()static <P extends PosRuleTest>
 PosRuleTestType<P>
- 
Field Details- 
ALWAYS_TRUE- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldvh;a:Ldvh;- 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- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldvh;b:Ldvh;- 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- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldvh;c:Ldvh;- 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- 
codeccom.mojang.serialization.Codec<P> codec()
- 
registerstatic <P extends PosRuleTest> PosRuleTestType<P> register(String id, com.mojang.serialization.Codec<P> codec) - Mappings:
- Namespace - Name - Mixin selector - official - a- Ldvh;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldvh;- 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;
 
 
-