MCItemUseContext

Link to mcitemusecontext

A class to handle some data when using item.

Importare la Classe

Link to importare-la-classe

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.item.MCItemUseContext;
NomeTipoHa GetterHa SetterDescrizione
Nome
direction
Tipo
Direction
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
hand
Tipo
MCHand
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
hasSecondaryUseForPlayer
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
hitVector
Tipo
MCVector3d
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
placementHorizontalFacing
Tipo
Direction
Ha Getter
Ha Setter
no
Descrizione
Nome
player
Tipo
MCPlayerEntity?
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
pos
Tipo
BlockPos
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
world
Tipo
MCWorld
Ha Getter
Ha Setter
no
Descrizione
No Description Provided