Class ClientboundAddEntityPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundAddEntityPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final int
private static final double
private static final double
private final EntityType<?>
private final UUID
private final double
private final int
private final byte
private final double
private final int
private final byte
private final byte
private final double
private final int
-
Constructor Summary
ConstructorDescriptionClientboundAddEntityPacket
(int p_237546_, UUID p_237547_, double p_237548_, double p_237549_, double p_237550_, float p_237551_, float p_237552_, EntityType<?> p_237553_, int p_237554_, Vec3 p_237555_, double p_237556_) ClientboundAddEntityPacket
(FriendlyByteBuf p_178562_) ClientboundAddEntityPacket
(Entity p_131481_) ClientboundAddEntityPacket
(Entity p_131483_, int p_131484_) ClientboundAddEntityPacket
(Entity p_237558_, int p_237559_, BlockPos p_237560_) -
Method Summary
Modifier and TypeMethodDescriptionint
getData()
int
getId()
EntityType<?>
getType()
getUUID()
double
getX()
double
getXa()
float
getXRot()
double
getY()
double
getYa()
float
float
getYRot()
double
getZ()
double
getZa()
void
handle
(ClientGamePacketListener p_131495_) void
write
(FriendlyByteBuf p_131498_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
MAGICAL_QUANTIZATION
private static final double MAGICAL_QUANTIZATION- See Also:
-
LIMIT
private static final double LIMIT- See Also:
-
id
private final int id -
uuid
-
type
-
x
private final double x -
y
private final double y -
z
private final double z -
xa
private final int xa -
ya
private final int ya -
za
private final int za -
xRot
private final byte xRot -
yRot
private final byte yRot -
yHeadRot
private final byte yHeadRot -
data
private final int data
-
-
Constructor Details
-
ClientboundAddEntityPacket
-
ClientboundAddEntityPacket
-
ClientboundAddEntityPacket
-
ClientboundAddEntityPacket
public ClientboundAddEntityPacket(int p_237546_, UUID p_237547_, double p_237548_, double p_237549_, double p_237550_, float p_237551_, float p_237552_, EntityType<?> p_237553_, int p_237554_, Vec3 p_237555_, double p_237556_) -
ClientboundAddEntityPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getId
public int getId() -
getUUID
-
getType
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getXa
public double getXa() -
getYa
public double getYa() -
getZa
public double getZa() -
getXRot
public float getXRot() -
getYRot
public float getYRot() -
getYHeadRot
public float getYHeadRot() -
getData
public int getData()
-