Package btw.block.tileentity.beacon
Class HellfireBeaconEffect
java.lang.Object
api.block.beacon.BeaconEffect
api.block.beacon.PotionBeaconEffect
btw.block.tileentity.beacon.HellfireBeaconEffect
-
Field Summary
Fields inherited from class api.block.beacon.BeaconEffect
EFFECT_DURATION, rangePerLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanigniteIfEmptyWithState(int x, int y, int z, boolean anythingIgnited, TileEntityBeacon beacon) voidonPowerChange(int newPowerLevel, int oldPowerLevel, TileEntityBeacon beacon) Methods inherited from class api.block.beacon.PotionBeaconEffect
onUpdateMethods inherited from class api.block.beacon.BeaconEffect
applyPotionEffectToPlayersInRange, getMagneticFieldLevel, onPowerOff, onPowerOn, updateGlobalMagneticFieldListForStateChange
-
Constructor Details
-
HellfireBeaconEffect
public HellfireBeaconEffect()
-
-
Method Details
-
onPowerChange
- Overrides:
onPowerChangein classBeaconEffect
-
igniteIfEmptyWithState
public boolean igniteIfEmptyWithState(int x, int y, int z, boolean anythingIgnited, TileEntityBeacon beacon)
-