Package api.block.beacon
Class BeaconEffectLocation
java.lang.Object
api.block.beacon.BeaconEffectLocation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeaconEffectLocation(int posX, int posY, int posZ, int effectLevel, int range, String effectID) BeaconEffectLocation(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 -
effectLevel
public int effectLevel -
range
public int range
-
-
Constructor Details
-
BeaconEffectLocation
public BeaconEffectLocation() -
BeaconEffectLocation
public BeaconEffectLocation(int posX, int posY, int posZ, int effectLevel, int range, String effectID) -
BeaconEffectLocation
-
-
Method Details
-
loadFromNBT
-
writeToNBT
-