Class SolidPredicate
java.lang.Object
net.minecraft.world.level.levelgen.blockpredicates.StateTestingPredicate
net.minecraft.world.level.levelgen.blockpredicates.SolidPredicate
- All Implemented Interfaces:
BiPredicate<WorldGenLevel, BlockPos>, BlockPredicate
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SolidPredicate> Deprecated.Fields inherited from class StateTestingPredicate
offsetFields inherited from interface BlockPredicate
ONLY_IN_AIR_OR_WATER_PREDICATE, ONLY_IN_AIR_PREDICATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleantest(BlockState state) Deprecated.type()Deprecated.Methods inherited from class StateTestingPredicate
stateTestingCodec, testMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiPredicate
and, negate, or
-
Field Details
-
CODEC
Deprecated.
-
-
Constructor Details
-
SolidPredicate
Deprecated.
-
-
Method Details
-
test
Deprecated.- Specified by:
testin classStateTestingPredicate
-
type
Deprecated.
-