Class OnyxBlockPlaceEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
com.zombienw.onyxlib.api.event.OnyxBlockPlaceEvent
Fired immediately after an OnyxBlock is placed and its display entity is spawned.
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class BlockEvent
block -
Constructor Summary
ConstructorsConstructorDescriptionOnyxBlockPlaceEvent(@NonNull Block theBlock, @NonNull Player player, @NonNull OnyxBlock onyxBlock) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull HandlerList@NonNull HandlerList@NonNull OnyxBlock@NonNull PlayerMethods inherited from class BlockEvent
getBlockMethods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
OnyxBlockPlaceEvent
-
-
Method Details
-
getPlayer
-
getOnyxBlock
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-