Package btw.block.tileentity.beacon
Class EnderAntennaBeaconEffect
java.lang.Object
api.block.beacon.BeaconEffect
btw.block.tileentity.beacon.EnderAntennaBeaconEffect
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]static final int[]static final int[]Fields inherited from class api.block.beacon.BeaconEffect
EFFECT_DURATION, rangePerLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonUpdate(TileEntityBeacon beacon) Only gets called when beaconEffectClass !Methods inherited from class api.block.beacon.BeaconEffect
applyPotionEffectToPlayersInRange, getMagneticFieldLevel, onPowerChange, onPowerOff, onPowerOn, updateGlobalMagneticFieldListForStateChange
-
Field Details
-
enderAntennaBeaconSpawnRange
public static final int[] enderAntennaBeaconSpawnRange -
endermanSpawnChancePerLevel
public static final int[] endermanSpawnChancePerLevel -
silverfishSpawnChancePerLevel
public static final int[] silverfishSpawnChancePerLevel
-
-
Constructor Details
-
EnderAntennaBeaconEffect
public EnderAntennaBeaconEffect()
-
-
Method Details
-
onUpdate
Description copied from class:BeaconEffectOnly gets called when beaconEffectClass != null, isOn() and getLevels() > 0- Specified by:
onUpdatein classBeaconEffect
-