| as | |
| net.minecraft.advancements.criterion.BlockPredicate | |
| net.minecraft.class_4550 | |
| net.minecraft.predicate.BlockPredicate |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private final Optional<HolderSet<Block>> |
| ||||||||
| private final Optional<StatePropertiesPredicate> |
| ||||||||
| private final Optional<NbtPredicate> |
| ||||||||
| private final DataComponentMatchers |
| ||||||||
| public static final com.mojang.serialization.Codec<BlockPredicate> |
| ||||||||
| public static final StreamCodec<RegistryFriendlyByteBuf, BlockPredicate> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Optional<HolderSet<Block>> blocks, Optional<StatePropertiesPredicate> state, Optional<NbtPredicate> nbt, DataComponentMatchers components) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public boolean |
| ||||||||
| private boolean |
| ||||||||
| private static boolean |
| ||||||||
| private static boolean |
| ||||||||
| public boolean |
| ||||||||
| public Optional<HolderSet<Block>> |
| ||||||||
| public Optional<StatePropertiesPredicate> |
| ||||||||
| public Optional<NbtPredicate> |
| ||||||||
| public DataComponentMatchers |
|