Package btw.util.hardcorespawn
Class SpawnLocation
java.lang.Object
btw.util.hardcorespawn.SpawnLocation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpawnLocation(int iIPos, int iJPos, int iKPos, long iSpawnTime) SpawnLocation(NBTTagCompound tagCompound) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadFromNBT(NBTTagCompound tagCompound) writeToNBT(NBTTagCompound tagCompound)
-
Field Details
-
posX
public int posX -
posY
public int posY -
posZ
public int posZ -
spawnTime
public long spawnTime -
playerCount
public int playerCount
-
-
Constructor Details
-
SpawnLocation
public SpawnLocation() -
SpawnLocation
public SpawnLocation(int iIPos, int iJPos, int iKPos, long iSpawnTime) -
SpawnLocation
-
-
Method Details
-
loadFromNBT
-
writeToNBT
-