public class StubMultiblock extends java.lang.Object implements IMultiblock
| Constructor and Description |
|---|
StubMultiblock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
forEach(net.minecraft.util.math.BlockPos center,
char c,
java.util.function.BiFunction<net.minecraft.util.math.BlockPos,Matcher,java.lang.Boolean> function) |
char |
getChar(net.minecraft.util.math.BlockPos offset) |
int |
getDepth() |
int |
getHeight() |
java.util.Map<net.minecraft.util.math.BlockPos,Matcher> |
getMatchers() |
net.minecraft.util.ResourceLocation |
getName() |
char[][][] |
getRawPattern() |
net.minecraft.util.math.BlockPos |
getStart(net.minecraft.util.math.BlockPos center) |
int |
getWidth() |
int |
getXOffset() |
int |
getYOffset() |
int |
getZOffset() |
boolean |
isComplete(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos center) |
public boolean isComplete(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos center)
isComplete in interface IMultiblockpublic boolean forEach(net.minecraft.util.math.BlockPos center,
char c,
java.util.function.BiFunction<net.minecraft.util.math.BlockPos,Matcher,java.lang.Boolean> function)
forEach in interface IMultiblockpublic net.minecraft.util.math.BlockPos getStart(net.minecraft.util.math.BlockPos center)
getStart in interface IMultiblockpublic char getChar(net.minecraft.util.math.BlockPos offset)
getChar in interface IMultiblockpublic net.minecraft.util.ResourceLocation getName()
getName in interface IMultiblockpublic java.util.Map<net.minecraft.util.math.BlockPos,Matcher> getMatchers()
getMatchers in interface IMultiblockpublic int getWidth()
getWidth in interface IMultiblockpublic int getHeight()
getHeight in interface IMultiblockpublic int getDepth()
getDepth in interface IMultiblockpublic int getXOffset()
getXOffset in interface IMultiblockpublic int getYOffset()
getYOffset in interface IMultiblockpublic int getZOffset()
getZOffset in interface IMultiblockpublic char[][][] getRawPattern()
getRawPattern in interface IMultiblock