Class SchematicPosInteger
java.lang.Object
net.sandrohc.schematic4j.schematic.types.SchematicPos<Integer>
net.sandrohc.schematic4j.schematic.types.SchematicPosInteger
-
Field Summary
Fields inherited from class net.sandrohc.schematic4j.schematic.types.SchematicPos
x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionSchematicPosInteger(int x, int y, int z) SchematicPosInteger(Integer[] pos) SchematicPosInteger(SchematicPos<Integer> other) -
Method Summary
Modifier and TypeMethodDescriptionstatic SchematicPosIntegerfrom(int[] pos) static SchematicPosIntegerfrom(int x, int y, int z) static SchematicPosIntegerfrom(SchematicPosInteger other) Methods inherited from class net.sandrohc.schematic4j.schematic.types.SchematicPos
equals, hashCode, toString
-
Constructor Details
-
SchematicPosInteger
public SchematicPosInteger(int x, int y, int z) -
SchematicPosInteger
-
SchematicPosInteger
-
-
Method Details
-
from
-
from
-
from
-