public class PatternMultiBlock extends MultiBlock
offset, states| Constructor and Description |
|---|
PatternMultiBlock() |
| Modifier and Type | Method and Description |
|---|---|
PatternMultiBlock |
addLayer(java.lang.String... layer) |
void |
buildStates() |
PatternMultiBlock |
withRef(char c,
net.minecraft.block.Block block) |
PatternMultiBlock |
withRef(char c,
net.minecraft.block.Block block,
int metadata) |
PatternMultiBlock |
withRef(char c,
BlockState state) |
breakBlocks, canPlaceBlockAt, getBlockState, isFromMultiblock, iterator, placeBlocks, setOffsetpublic PatternMultiBlock addLayer(java.lang.String... layer)
public PatternMultiBlock withRef(char c, net.minecraft.block.Block block)
public PatternMultiBlock withRef(char c, net.minecraft.block.Block block, int metadata)
public PatternMultiBlock withRef(char c, BlockState state)
public void buildStates()
buildStates in class MultiBlock