public class BlockExpEvent extends BlockEvent
Event.Resultblock| Constructor and Description | 
|---|
BlockExpEvent(@NotNull Block block,
             int exp)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getExpToDrop()
Get the experience dropped by the block after the event has processed 
 | 
static @NotNull HandlerList | 
getHandlerList()  | 
@NotNull HandlerList | 
getHandlers()  | 
void | 
setExpToDrop(int exp)
Set the amount of experience dropped by the block after the event has
 processed 
 | 
getBlockgetEventName, isAsynchronouspublic BlockExpEvent(@NotNull
                     @NotNull Block block,
                     int exp)
public int getExpToDrop()
public void setExpToDrop(int exp)
exp - 1 or higher to drop experience, else nothing will drop@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2021. All rights reserved.