public class UseItemData extends Object implements TransactionData
| Modifier and Type | Field and Description |
|---|---|
int |
actionType |
com.nukkitx.math.vector.Vector3i |
blockPos |
int |
blockRuntimeId |
com.nukkitx.math.vector.Vector3f |
clickPos |
org.cloudburstmc.api.util.Direction |
face |
int |
hotbarSlot |
org.cloudburstmc.api.item.ItemStack |
itemInHand |
com.nukkitx.math.vector.Vector3f |
playerPos |
| Constructor and Description |
|---|
UseItemData() |
public int actionType
public com.nukkitx.math.vector.Vector3i blockPos
public org.cloudburstmc.api.util.Direction face
public int hotbarSlot
public org.cloudburstmc.api.item.ItemStack itemInHand
public com.nukkitx.math.vector.Vector3f playerPos
public com.nukkitx.math.vector.Vector3f clickPos
public int blockRuntimeId
Copyright © 2021. All rights reserved.