Class VanillaMenuData.Beacon
java.lang.Object
com.github.darksoulq.abyssallib.world.menu.ContainerData
com.github.darksoulq.abyssallib.world.menu.VanillaMenuData.Beacon
- Enclosing class:
VanillaMenuData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetPowerLevel(int level) voidsetPrimaryEffect(int effectId) voidsetSecondaryEffect(int effectId) Methods inherited from class com.github.darksoulq.abyssallib.world.menu.ContainerData
get, getCount, set
-
Constructor Details
-
Beacon
public Beacon()
-
-
Method Details
-
getPowerLevel
public int getPowerLevel() -
setPowerLevel
public void setPowerLevel(int level) -
getPrimaryEffect
public int getPrimaryEffect() -
setPrimaryEffect
public void setPrimaryEffect(int effectId) -
getSecondaryEffect
public int getSecondaryEffect() -
setSecondaryEffect
public void setSecondaryEffect(int effectId)
-