Class PrefabPasteEvent
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.component.system.CancellableEcsEvent
com.hypixel.hytale.server.core.prefab.event.PrefabPasteEvent
- All Implemented Interfaces:
ICancellableEcsEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.component.system.CancellableEcsEvent
isCancelled, setCancelled
-
Field Details
-
prefabId
private final int prefabId -
pasteStart
private final boolean pasteStart
-
-
Constructor Details
-
PrefabPasteEvent
public PrefabPasteEvent(int prefabId, boolean pasteStart)
-
-
Method Details
-
getPrefabId
public int getPrefabId() -
isPasteStart
public boolean isPasteStart()
-