Class BeaconEffectLocationList

java.lang.Object
api.block.beacon.BeaconEffectLocationList

public class BeaconEffectLocationList extends Object
  • Field Details

    • effectLocations

      public List effectLocations
  • Constructor Details

    • BeaconEffectLocationList

      public BeaconEffectLocationList()
    • BeaconEffectLocationList

      public BeaconEffectLocationList(NBTTagList list)
  • Method Details

    • loadFromNBT

      public void loadFromNBT(NBTTagList tagList)
    • saveToNBT

      public NBTTagList saveToNBT()
    • removePointAt

      public void removePointAt(int iIPos, int iJPos, int iKPos)
    • addPoint

      public void addPoint(int posX, int posY, int posZ, int effectLevel, int range, String effectID)
    • changeEffectLevelOfPointAt

      public void changeEffectLevelOfPointAt(int posX, int posY, int posZ, int powerLevel, int range)
    • getEffectAtLocation

      public BeaconEffectLocation getEffectAtLocation(int posX, int posY, int posZ)
    • getMostPowerfulBeaconEffectForLocation

      public int getMostPowerfulBeaconEffectForLocation(String effectID, int iIPos, int iKPos)