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 intthe modified chunk's X pos in chunk coordinatesfinal intthe modified chunk's Z pos in chunk coordinatesfinal IDhApiLevelWrapperThe 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:IDhApiCopyableReturns a deep clone of all parameters whenever possible.- Specified by:
copyin interfaceIDhApiCopyable
-