public class Matcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Matcher.ICheck |
| Constructor and Description |
|---|
Matcher(net.minecraft.block.state.IBlockState defaultState,
Matcher.ICheck check) |
| Modifier and Type | Method and Description |
|---|---|
Matcher.ICheck |
getCheck() |
net.minecraft.block.state.IBlockState |
getDefaultState() |
static Matcher |
oreDict(net.minecraft.block.Block defaultBlock,
java.lang.String name) |
static Matcher |
wildcard() |
public Matcher(net.minecraft.block.state.IBlockState defaultState,
Matcher.ICheck check)
public net.minecraft.block.state.IBlockState getDefaultState()
public Matcher.ICheck getCheck()
public static Matcher wildcard()
public static Matcher oreDict(net.minecraft.block.Block defaultBlock, java.lang.String name)