Package api.block.beacon
Class BeaconEffectLocationList
java.lang.Object
api.block.beacon.BeaconEffectLocationList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidchangeEffectLevelOfPointAt(int posX, int posY, int posZ, int powerLevel, int range) getEffectAtLocation(int posX, int posY, int posZ) intgetMostPowerfulBeaconEffectForLocation(String effectID, int iIPos, int iKPos) voidloadFromNBT(NBTTagList tagList) voidremovePointAt(int iIPos, int iJPos, int iKPos)
-
Field Details
-
effectLocations
-
-
Constructor Details
-
BeaconEffectLocationList
public BeaconEffectLocationList() -
BeaconEffectLocationList
-
-
Method Details
-
loadFromNBT
-
saveToNBT
-
removePointAt
public void removePointAt(int iIPos, int iJPos, int iKPos) -
addPoint
-
changeEffectLevelOfPointAt
public void changeEffectLevelOfPointAt(int posX, int posY, int posZ, int powerLevel, int range) -
getEffectAtLocation
-
getMostPowerfulBeaconEffectForLocation
-