Uses of Class
net.minecraft.block.pattern.BlockStateMatcher
-
Packages that use BlockStateMatcher Package Description net.minecraft.block.pattern net.minecraft.world.gen.feature -
-
Uses of BlockStateMatcher in net.minecraft.block.pattern
Methods in net.minecraft.block.pattern that return BlockStateMatcher Modifier and Type Method Description static BlockStateMatcher
BlockStateMatcher. forBlock(Block p_177638_0_)
<V extends java.lang.Comparable<V>>
BlockStateMatcherBlockStateMatcher. where(Property<V> p_201028_1_, java.util.function.Predicate<java.lang.Object> p_201028_2_)
-
Uses of BlockStateMatcher in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as BlockStateMatcher Modifier and Type Field Description private static BlockStateMatcher
DesertWellsFeature. IS_SAND
-