Package net.minecraft.structure.rule
Class RuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
- Direct Known Subclasses:
 AlwaysTrueRuleTest,BlockMatchRuleTest,BlockStateMatchRuleTest,RandomBlockMatchRuleTest,RandomBlockStateMatchRuleTest,TagMatchRuleTest
Rule tests are used in structure generation to check if a block state matches some condition.
- Mappings:
 Namespace Name named net/minecraft/structure/rule/RuleTestintermediary net/minecraft/class_3825official enn
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RuleTestType<?> getType()abstract booleantest(BlockState state, Random random)  
- 
Field Details
- 
TYPE_CODEC
- Mappings:
 Namespace Name Mixin selector named TYPE_CODECLnet/minecraft/structure/rule/RuleTest;TYPE_CODEC:Lcom/mojang/serialization/Codec;intermediary field_25012Lnet/minecraft/class_3825;field_25012:Lcom/mojang/serialization/Codec;official cLenn;c:Lcom/mojang/serialization/Codec;
 
 - 
 - 
Constructor Details
- 
RuleTest
public RuleTest() 
 - 
 - 
Method Details
- 
test
- Mappings:
 Namespace Name Mixin selector named testLnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/random/Random;)Zintermediary method_16768Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Lnet/minecraft/class_5819;)Zofficial aLenn;a(Ldtc;Layw;)Z
 - 
getType
- Mappings:
 Namespace Name Mixin selector named getTypeLnet/minecraft/structure/rule/RuleTest;getType()Lnet/minecraft/structure/rule/RuleTestType;intermediary method_16766Lnet/minecraft/class_3825;method_16766()Lnet/minecraft/class_3827;official aLenn;a()Leno;
 
 -