| Package | Description | 
|---|---|
| org.bukkit.event.block | 
| Modifier and Type | Method | 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 | Description | 
|---|---|
CauldronLevelChangeEvent(Block block,
                        Entity entity,
                        CauldronLevelChangeEvent.ChangeReason reason,
                        int oldLevel,
                        int newLevel) | 
Copyright © 2020. All rights reserved.