| Package | Description | 
|---|---|
| org.bukkit.event.block | 
| Modifier and Type | Method and Description | 
|---|---|
CauldronLevelChangeEvent.ChangeReason | 
CauldronLevelChangeEvent.getReason()  | 
static CauldronLevelChangeEvent.ChangeReason | 
CauldronLevelChangeEvent.ChangeReason.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CauldronLevelChangeEvent.ChangeReason[] | 
CauldronLevelChangeEvent.ChangeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
CauldronLevelChangeEvent(Block block,
                        Entity entity,
                        CauldronLevelChangeEvent.ChangeReason reason,
                        int oldLevel,
                        int newLevel)  | 
Copyright © 2016. All rights reserved.