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 intidpublic final UUIDuuidpublic final RefEntityType<out Object>typepublic final inttypeIdpublic final doublexpublic final doubleypublic final doublezpublic final intxapublic final intyapublic final intzapublic final bytepitchpublic final byteyawpublic final byteheadYawpublic final intdata
-
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)
-
-
-
-