Class RefPacketPlayOutSpawnEntity
-
- All Implemented Interfaces:
-
pers.neige.neigeitems.ref.network.RefPacket
public class RefPacketPlayOutSpawnEntity implements RefPacket<T>
-
-
Field Summary
Fields Modifier and Type Field Description public final int
id
public final UUID
uuid
public final RefEntityType<out Object>
type
public final int
typeId
public final double
x
public final double
y
public final double
z
public final int
xa
public final int
ya
public final int
za
public final byte
pitch
public final byte
yaw
public final byte
headYaw
public final int
data
-
Constructor Summary
Constructors Constructor Description RefPacketPlayOutSpawnEntity(RefEntity entity, int typeOrData)
RefPacketPlayOutSpawnEntity(RefEntity entity, int type, int data)
RefPacketPlayOutSpawnEntity(RefEntity entity, int type, int data, RefBlockPos position)
RefPacketPlayOutSpawnEntity()
RefPacketPlayOutSpawnEntity(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, RefEntityType<out Object> type, int data, RefVec3 velocity)
RefPacketPlayOutSpawnEntity(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, RefEntityType<out Object> type, int data, RefVec3 velocity, double headYaw)
RefPacketPlayOutSpawnEntity(RefEntity entity)
RefPacketPlayOutSpawnEntity(RefEntity entity, RefEntityType<out Object> type, int data, RefBlockPos velocity)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(RefEntity entity, int typeOrData)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(RefEntity entity, int type, int data)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(RefEntity entity, int type, int data, RefBlockPos position)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity()
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, RefEntityType<out Object> type, int data, RefVec3 velocity)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(int id, UUID uuid, double x, double y, double z, float pitch, float yaw, RefEntityType<out Object> type, int data, RefVec3 velocity, double headYaw)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(RefEntity entity)
-
RefPacketPlayOutSpawnEntity
RefPacketPlayOutSpawnEntity(RefEntity entity, RefEntityType<out Object> type, int data, RefBlockPos velocity)
-
-
-
-