Modifier and Type | Interface and Description |
---|---|
interface |
IFillerPatternShape
IFillerPattern independent from World |
Modifier and Type | Method and Description |
---|---|
IFillerPattern |
IFillerRegistry.getPattern(java.lang.String name) |
IFillerPattern[] |
IFillerPattern.getPossible() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFillerPattern> |
IFillerRegistry.getPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
IFillerRegistry.addPattern(IFillerPattern pattern) |
Modifier and Type | Method and Description |
---|---|
void |
IFillerStatementContainer.setPattern(IFillerPattern pattern,
IStatementParameter[] params) |
Modifier and Type | Field and Description |
---|---|
FullStatement<IFillerPattern> |
AddonFillerPlanner.patternStatement |
Modifier and Type | Method and Description |
---|---|
void |
AddonFillerPlanner.setPattern(IFillerPattern pattern,
IStatementParameter[] params) |
Modifier and Type | Method and Description |
---|---|
FullStatement<IFillerPattern> |
ContainerFiller.getPatternStatement() |
FullStatement<IFillerPattern> |
IContainerFilling.getPatternStatement() |
FullStatement<IFillerPattern> |
ContainerFillerPlanner.getPatternStatement() |
FullStatement<IFillerPattern> |
ContainerFiller.getPatternStatementClient() |
FullStatement<IFillerPattern> |
IContainerFilling.getPatternStatementClient() |
FullStatement<IFillerPattern> |
ContainerFillerPlanner.getPatternStatementClient() |
Modifier and Type | Method and Description |
---|---|
IFillerPattern |
FillerType.convertToType(java.lang.Object value) |
IFillerPattern |
FillerType.readFromBuffer(PacketBufferBC buffer) |
IFillerPattern |
FillerType.readFromNbt(net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFillerPattern> |
FillerStatementContext.Group.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
FillerType.writeToBuffer(PacketBufferBC buffer,
IFillerPattern slot) |
net.minecraft.nbt.NBTTagCompound |
FillerType.writeToNbt(IFillerPattern slot) |
Modifier and Type | Method and Description |
---|---|
static Template.BuildingInfo |
FillerUtil.createBuildingInfo(IFillerStatementContainer filler,
FullStatement<IFillerPattern> patternStatement,
IStatementParameter[] params,
boolean inverted) |
Modifier and Type | Method and Description |
---|---|
IFillerPattern |
FillerRegistry.getPattern(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFillerPattern> |
FillerRegistry.getPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
FillerRegistry.addPattern(IFillerPattern pattern) |
Modifier and Type | Class and Description |
---|---|
class |
Pattern |
class |
PatternBox |
class |
PatternClear |
class |
PatternFill |
class |
PatternFrame |
class |
PatternNone |
class |
PatternPyramid |
class |
PatternShape2d |
class |
PatternShape2dArc |
class |
PatternShape2dCircle |
class |
PatternShape2dHexagon |
class |
PatternShape2dOctagon |
class |
PatternShape2dPentagon |
class |
PatternShape2dSemiCircle |
class |
PatternShape2dSquare |
class |
PatternShape2dTriangle |
class |
PatternSphere |
class |
PatternSpherePart |
class |
PatternStairs |
Modifier and Type | Method and Description |
---|---|
IFillerPattern[] |
Pattern.getPossible() |
Modifier and Type | Field and Description |
---|---|
FullStatement<IFillerPattern> |
TileFiller.patternStatement |
Modifier and Type | Method and Description |
---|---|
void |
TileFiller.setPattern(IFillerPattern pattern,
IStatementParameter[] params) |