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