public static class Types_v1_20_5.LodestoneTracker.GlobalPos
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIMENSION |
static java.lang.String |
POS |
| Constructor and Description |
|---|
GlobalPos() |
GlobalPos(net.lenni0451.mcstructs.core.Identifier dimension,
Types_v1_20_5.BlockPos pos) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
net.lenni0451.mcstructs.core.Identifier |
getDimension() |
Types_v1_20_5.BlockPos |
getPos() |
int |
hashCode() |
void |
setDimension(net.lenni0451.mcstructs.core.Identifier dimension) |
void |
setPos(Types_v1_20_5.BlockPos pos) |
java.lang.String |
toString() |
public static final java.lang.String DIMENSION
public static final java.lang.String POS
public GlobalPos()
public GlobalPos(net.lenni0451.mcstructs.core.Identifier dimension,
Types_v1_20_5.BlockPos pos)
public net.lenni0451.mcstructs.core.Identifier getDimension()
public Types_v1_20_5.BlockPos getPos()
public void setDimension(net.lenni0451.mcstructs.core.Identifier dimension)
public void setPos(Types_v1_20_5.BlockPos pos)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object