Class BlockPredicate
java.lang.Object
net.minecraft.advancements.critereon.BlockPredicate
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockPredicateprivate final NbtPredicateprivate final StatePropertiesPredicate - 
Constructor Summary
ConstructorsConstructorDescriptionBlockPredicate(TagKey<Block> p_204023_, Set<Block> p_204024_, StatePropertiesPredicate p_204025_, NbtPredicate p_204026_)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPredicatefromJson(com.google.gson.JsonElement p_17918_) booleanmatches(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() 
 -