public class PatternMultiBlock extends MultiBlock
offset, ORIGIN_BLOCK_DATA, property, states| Constructor and Description |
|---|
PatternMultiBlock() |
| Modifier and Type | Method and Description |
|---|---|
PatternMultiBlock |
addLayer(java.lang.String... layer) |
void |
buildStates() |
void |
setOffset(net.minecraft.util.math.BlockPos offset) |
PatternMultiBlock |
withRef(char c,
net.minecraft.block.Block block) |
PatternMultiBlock |
withRef(char c,
net.minecraft.block.state.IBlockState state) |
PatternMultiBlock |
withRef(char c,
MBlockState state) |
breakBlocks, canPlaceBlockAt, getOrigin, getRotation, getState, getWorldState, isBulkBreak, isBulkPlace, isComplete, isComplete, isFromMultiblock, isOrigin, iterator, placeBlocks, setBulkProcess, setOriginData, setPropertyDirection, worldStates, worldStatespublic PatternMultiBlock addLayer(java.lang.String... layer)
public PatternMultiBlock withRef(char c, net.minecraft.block.Block block)
public PatternMultiBlock withRef(char c, net.minecraft.block.state.IBlockState state)
public PatternMultiBlock withRef(char c, MBlockState state)
public void setOffset(net.minecraft.util.math.BlockPos offset)
setOffset in class MultiBlockpublic void buildStates()
buildStates in class MultiBlock