Class BeaconEffectLocation

java.lang.Object
api.block.beacon.BeaconEffectLocation

public class BeaconEffectLocation extends Object
  • 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

      public BeaconEffectLocation(NBTTagCompound tagCompound)
  • Method Details