Class ParticleS2CPacket
java.lang.Object
net.minecraft.network.Packet
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
- Mappings:
Namespace Name official grintermediary net/minecraft/class_2023named net/minecraft/network/packet/s2c/play/ParticleS2CPacket
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParticleS2CPacket(String string, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int2) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intgetCount()floatfloatfloatfloatgetSpeed()doublegetX()doublegetY()doublegetZ()voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class net.minecraft.network.Packet
apply, method_7533, method_7534, method_7536, method_7537, method_7538, toString
-
Field Details
-
field_8657
- Mappings:
Namespace Name Mixin selector official aLgr;a:Ljava/lang/String;intermediary field_8657Lnet/minecraft/class_2023;field_8657:Ljava/lang/String;named field_8657Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;field_8657:Ljava/lang/String;
-
x
private float x- Mappings:
Namespace Name Mixin selector official bLgr;b:Fintermediary field_8658Lnet/minecraft/class_2023;field_8658:Fnamed xLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;x:F
-
y
private float y- Mappings:
Namespace Name Mixin selector official cLgr;c:Fintermediary field_8659Lnet/minecraft/class_2023;field_8659:Fnamed yLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;y:F
-
z
private float z- Mappings:
Namespace Name Mixin selector official dLgr;d:Fintermediary field_8660Lnet/minecraft/class_2023;field_8660:Fnamed zLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;z:F
-
offsetX
private float offsetX- Mappings:
Namespace Name Mixin selector official eLgr;e:Fintermediary field_8661Lnet/minecraft/class_2023;field_8661:Fnamed offsetXLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;offsetX:F
-
offsetY
private float offsetY- Mappings:
Namespace Name Mixin selector official fLgr;f:Fintermediary field_8662Lnet/minecraft/class_2023;field_8662:Fnamed offsetYLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;offsetY:F
-
offsetZ
private float offsetZ- Mappings:
Namespace Name Mixin selector official gLgr;g:Fintermediary field_8663Lnet/minecraft/class_2023;field_8663:Fnamed offsetZLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;offsetZ:F
-
speed
private float speed- Mappings:
Namespace Name Mixin selector official hLgr;h:Fintermediary field_8664Lnet/minecraft/class_2023;field_8664:Fnamed speedLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;speed:F
-
count
private int count- Mappings:
Namespace Name Mixin selector official iLgr;i:Iintermediary field_8665Lnet/minecraft/class_2023;field_8665:Inamed countLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;count:I
-
-
Constructor Details
-
ParticleS2CPacket
public ParticleS2CPacket() -
ParticleS2CPacket
public ParticleS2CPacket(String string, float float2, float float3, float float4, float float5, float float6, float float7, float float8, int int2)
-
-
Method Details
-
read
-
write
-
method_7779
- Mappings:
Namespace Name Mixin selector official cLgr;c()Ljava/lang/String;intermediary method_7779Lnet/minecraft/class_2023;method_7779()Ljava/lang/String;named method_7779Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;method_7779()Ljava/lang/String;
-
getX
- Mappings:
Namespace Name Mixin selector official dLgr;d()Dintermediary method_7780Lnet/minecraft/class_2023;method_7780()Dnamed getXLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getX()D
-
getY
- Mappings:
Namespace Name Mixin selector official eLgr;e()Dintermediary method_7781Lnet/minecraft/class_2023;method_7781()Dnamed getYLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getY()D
-
getZ
- Mappings:
Namespace Name Mixin selector official fLgr;f()Dintermediary method_7782Lnet/minecraft/class_2023;method_7782()Dnamed getZLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getZ()D
-
getOffsetX
- Mappings:
Namespace Name Mixin selector official gLgr;g()Fintermediary method_7783Lnet/minecraft/class_2023;method_7783()Fnamed getOffsetXLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getOffsetX()F
-
getOffsetY
- Mappings:
Namespace Name Mixin selector official hLgr;h()Fintermediary method_7784Lnet/minecraft/class_2023;method_7784()Fnamed getOffsetYLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getOffsetY()F
-
getOffsetZ
- Mappings:
Namespace Name Mixin selector official iLgr;i()Fintermediary method_7785Lnet/minecraft/class_2023;method_7785()Fnamed getOffsetZLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getOffsetZ()F
-
getSpeed
- Mappings:
Namespace Name Mixin selector official jLgr;j()Fintermediary method_7786Lnet/minecraft/class_2023;method_7786()Fnamed getSpeedLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getSpeed()F
-
getCount
- Mappings:
Namespace Name Mixin selector official kLgr;k()Iintermediary method_7787Lnet/minecraft/class_2023;method_7787()Inamed getCountLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;getCount()I
-
apply
- Mappings:
Namespace Name Mixin selector official aLgr;a(Lfl;)Vintermediary method_7778Lnet/minecraft/class_2023;method_7778(Lnet/minecraft/class_1993;)Vnamed applyLnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-