Class DropItemEvent.Drop
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.component.system.CancellableEcsEvent
com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent
com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent.Drop
- All Implemented Interfaces:
ICancellableEcsEvent
- Enclosing class:
DropItemEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.event.events.ecs.DropItemEvent
DropItemEvent.Drop, DropItemEvent.PlayerRequest -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidsetItemStack(ItemStack itemStack) voidsetThrowSpeed(float throwSpeed) Methods inherited from class com.hypixel.hytale.component.system.CancellableEcsEvent
isCancelled, setCancelled
-
Field Details
-
itemStack
-
throwSpeed
private float throwSpeed
-
-
Constructor Details
-
Drop
-
-
Method Details
-
setThrowSpeed
public void setThrowSpeed(float throwSpeed) -
getThrowSpeed
public float getThrowSpeed() -
setItemStack
-
getItemStack
-