Class PosAlwaysTrueTest
java.lang.Object
net.minecraft.world.level.levelgen.structure.templatesystem.PosRuleTest
net.minecraft.world.level.levelgen.structure.templatesystem.PosAlwaysTrueTest
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PosAlwaysTrueTest>static final PosAlwaysTrueTest - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected PosRuleTestType<?>getType()booleantest(BlockPos p_230301_, BlockPos p_230302_, BlockPos p_230303_, RandomSource p_230304_)  
- 
Field Details
- 
CODEC
 - 
INSTANCE
 
 - 
 - 
Constructor Details
- 
PosAlwaysTrueTest
private PosAlwaysTrueTest() 
 - 
 - 
Method Details
- 
test
public boolean test(BlockPos p_230301_, BlockPos p_230302_, BlockPos p_230303_, RandomSource p_230304_) - Specified by:
 testin classPosRuleTest
 - 
getType
- Specified by:
 getTypein classPosRuleTest
 
 -