Class DhApiChunkModifiedEvent.EventParam
java.lang.Object
com.seibel.distanthorizons.api.methods.events.abstractEvents.DhApiChunkModifiedEvent.EventParam
- All Implemented Interfaces:
IDhApiCopyable
,IDhApiEventParam
- Enclosing class:
DhApiChunkModifiedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
the modified chunk's X pos in chunk coordinatesfinal int
the modified chunk's Z pos in chunk coordinatesfinal IDhApiLevelWrapper
The saved level. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns a deep clone of all parameters whenever possible.
-
Field Details
-
levelWrapper
The saved level. -
chunkX
public final int chunkXthe modified chunk's X pos in chunk coordinates -
chunkZ
public final int chunkZthe modified chunk's Z pos in chunk coordinates
-
-
Constructor Details
-
EventParam
-
-
Method Details
-
copy
Description copied from interface:IDhApiCopyable
Returns a deep clone of all parameters whenever possible.- Specified by:
copy
in interfaceIDhApiCopyable
-