public interface IMultiblock
| 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) |
boolean isComplete(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos center)
boolean forEach(net.minecraft.util.math.BlockPos center,
char c,
java.util.function.BiFunction<net.minecraft.util.math.BlockPos,Matcher,java.lang.Boolean> function)
net.minecraft.util.math.BlockPos getStart(net.minecraft.util.math.BlockPos center)
char getChar(net.minecraft.util.math.BlockPos offset)
net.minecraft.util.ResourceLocation getName()
java.util.Map<net.minecraft.util.math.BlockPos,Matcher> getMatchers()
int getWidth()
int getHeight()
int getDepth()
int getXOffset()
int getYOffset()
int getZOffset()
char[][][] getRawPattern()