Class EventNotification
java.lang.Object
com.hypixel.hytale.server.npc.blackboard.view.event.EventNotification
- Direct Known Subclasses:
EntityEventNotification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSet()voidsetInitiator(Ref<EntityStore> initiator) voidsetPosition(double x, double y, double z) voidsetSet(int set)
-
Field Details
-
position
-
initiator
-
set
private int set
-
-
Constructor Details
-
EventNotification
public EventNotification()
-
-
Method Details
-
getPosition
-
setPosition
public void setPosition(double x, double y, double z) -
getInitiator
-
setInitiator
-
getSet
public int getSet() -
setSet
public void setSet(int set)
-