Package net.minecraft.structure.rule
Class AlwaysTrueRuleTest
java.lang.Object
net.minecraft.structure.rule.RuleTest
net.minecraft.structure.rule.AlwaysTrueRuleTest
public class AlwaysTrueRuleTest extends RuleTest
- Mappings:
Namespace Name official cxn
intermediary net/minecraft/class_3818
named net/minecraft/structure/rule/AlwaysTrueRuleTest
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<AlwaysTrueRuleTest>
CODEC
static AlwaysTrueRuleTest
INSTANCE
Fields inherited from class net.minecraft.structure.rule.RuleTest
field_25012
-
Constructor Summary
Constructors Modifier Constructor Description private
AlwaysTrueRuleTest()
-
Method Summary
Modifier and Type Method Description protected RuleTestType<?>
getType()
boolean
test(BlockState state, Random random)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcxn;a:Lcom/mojang/serialization/Codec;
intermediary field_24994
Lnet/minecraft/class_3818;field_24994:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/structure/rule/AlwaysTrueRuleTest;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official b
Lcxn;b:Lcxn;
intermediary field_16868
Lnet/minecraft/class_3818;field_16868:Lnet/minecraft/class_3818;
named INSTANCE
Lnet/minecraft/structure/rule/AlwaysTrueRuleTest;INSTANCE:Lnet/minecraft/structure/rule/AlwaysTrueRuleTest;
-
-
Constructor Details
-
AlwaysTrueRuleTest
private AlwaysTrueRuleTest()
-
-
Method Details
-
test
- Specified by:
test
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a(Lcht;Ljava/util/Random;)Z
intermediary method_16768
Lnet/minecraft/class_3825;method_16768(Lnet/minecraft/class_2680;Ljava/util/Random;)Z
named test
Lnet/minecraft/structure/rule/RuleTest;test(Lnet/minecraft/block/BlockState;Ljava/util/Random;)Z
-
getType
- Specified by:
getType
in classRuleTest
- Mappings:
Namespace Name Mixin selector official a
Lcyh;a()Lcyi;
intermediary method_16766
Lnet/minecraft/class_3825;method_16766()Lnet/minecraft/class_3827;
named getType
Lnet/minecraft/structure/rule/RuleTest;getType()Lnet/minecraft/structure/rule/RuleTestType;
-