public class NPacketPlayInUseEntity extends Object implements NPacketPlayIn
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NPacketPlayInUseEntity.EnumEntityUseAction  | 
| Modifier and Type | Field and Description | 
|---|---|
NPacketPlayInUseEntity.EnumEntityUseAction | 
action  | 
int | 
entityId  | 
Vector | 
vector
WARN: this value seems to be not present in 1.17+ 
 | 
| Constructor and Description | 
|---|
NPacketPlayInUseEntity()  | 
NPacketPlayInUseEntity(int entityId,
                      Vector vector,
                      NPacketPlayInUseEntity.EnumEntityUseAction action)  | 
| Modifier and Type | Method and Description | 
|---|---|
PacketType | 
getPacketType()  | 
public int entityId
public Vector vector
public NPacketPlayInUseEntity.EnumEntityUseAction action
public NPacketPlayInUseEntity()
public NPacketPlayInUseEntity(int entityId,
                              Vector vector,
                              NPacketPlayInUseEntity.EnumEntityUseAction action)
public PacketType getPacketType()
getPacketType in interface NPacket