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