Class BlockPredicate
java.lang.Object
net.minecraft.advancements.critereon.BlockPredicate
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BlockPredicate
private final NbtPredicate
private final StatePropertiesPredicate
-
Constructor Summary
ConstructorDescriptionBlockPredicate
(TagKey<Block> p_204023_, Set<Block> p_204024_, StatePropertiesPredicate p_204025_, NbtPredicate p_204026_) -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPredicate
fromJson
(com.google.gson.JsonElement p_17918_) boolean
matches
(ServerLevel p_17915_, BlockPos p_17916_) com.google.gson.JsonElement
-
Field Details
-
ANY
-
tag
-
blocks
-
properties
-
nbt
-
-
Constructor Details
-
BlockPredicate
public BlockPredicate(@Nullable TagKey<Block> p_204023_, @Nullable Set<Block> p_204024_, StatePropertiesPredicate p_204025_, NbtPredicate p_204026_)
-
-
Method Details
-
matches
-
fromJson
-
serializeToJson
public com.google.gson.JsonElement serializeToJson()
-