Package net.risingworld.api.events.world
Class MetaObjectEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.world.MetaObjectEvent
- Direct Known Subclasses:
MetaObjectStatusChangeEvent
Abstract class representing all meta object events.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the unique, global ID of the meta object.Gets the meta object.
-
Constructor Details
-
MetaObjectEvent
protected MetaObjectEvent(long pointer)
-
-
Method Details
-
getGlobalID
public long getGlobalID()Gets the unique, global ID of the meta object.- Returns:
- the global ID of the meta object.
-
getMetaObject
Gets the meta object.- Returns:
- the meta object.
-