Class PylonEntityLoadEvent
-
- All Implemented Interfaces:
public final class PylonEntityLoadEvent extends Event
Called after a Pylon entity has been loaded
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PylonEntityLoadEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PylonEntity<?>
pylonEntity
public final static PylonEntityLoadEvent.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PylonEntityLoadEvent(PylonEntity<?> pylonEntity)
-
Method Summary
Modifier and Type Method Description final PylonEntity<?>
getPylonEntity()
HandlerList
getHandlers()
-
-
Constructor Detail
-
PylonEntityLoadEvent
PylonEntityLoadEvent(PylonEntity<?> pylonEntity)
-
-
Method Detail
-
getPylonEntity
final PylonEntity<?> getPylonEntity()
-
getHandlers
HandlerList getHandlers()
-
-
-
-