net.minecraft.block.state.predicate

public class BlockStatePredicate

implements com.google.common.base.Predicate<BlockState>

amh
net.minecraft.class_2241
net.minecraft.block.state.predicate.BlockStatePredicate
net.minecraft.block.state.pattern.BlockStateHelper

Field summary

Modifier and TypeField
private final StateDefinition
a
field_9920
stateDefinition
blockstate
private final Map<Property, com.google.common.base.Predicate>
b
field_9921
properties
propertyPredicates

Constructor summary

ModifierConstructor
private (StateDefinition stateDefinition)

Method summary

Modifier and TypeMethod
public static BlockStatePredicate
a(afh arg0)
method_9064(class_197 arg0)
of(Block block)
forBlock(Block blockIn)
public boolean
a(alz arg0)
method_9065(class_2232 arg0)
apply(BlockState arg0)
apply(IBlockState arg0)
public <V extends Comparable<V>> BlockStatePredicate
a(amo<V> arg0, com.google.common.base.Predicate<? extends V> arg1)
method_9066(class_2247<V> arg0, com.google.common.base.Predicate<? extends V> arg1)
with(Property<V> property, com.google.common.base.Predicate<? extends V> predicate)
where(IProperty<V> property, com.google.common.base.Predicate<? extends V> is)