Package | Description |
---|---|
com.destroystokyo.paper.event.block |
Modifier and Type | Method and Description |
---|---|
@NotNull TNTPrimeEvent.PrimeReason |
TNTPrimeEvent.getReason()
Gets the TNT prime reason
|
static TNTPrimeEvent.PrimeReason |
TNTPrimeEvent.PrimeReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TNTPrimeEvent.PrimeReason[] |
TNTPrimeEvent.PrimeReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TNTPrimeEvent(@NotNull Block theBlock,
@NotNull TNTPrimeEvent.PrimeReason reason,
@Nullable Entity primerEntity) |
Copyright © 2021. All rights reserved.