Class ChunkDeltaUpdateS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ChunkDeltaUpdateS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class ChunkDeltaUpdateS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official rn
intermediary net/minecraft/class_2637
named net/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private BlockState[]
blockStates
private boolean
field_26749
private short[]
positions
The packed local positions for each entry inblockStates
.private ChunkSectionPos
sectionPos
-
Constructor Summary
Constructors Constructor Description ChunkDeltaUpdateS2CPacket(PacketByteBuf buf)
ChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet shortSet, ChunkSection section, boolean bool)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
boolean
method_31179()
void
visitUpdates(BiConsumer<BlockPos,BlockState> biConsumer)
Calls the given consumer for each pair of block position and block state contained in this packet.void
write(PacketByteBuf buf)
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.Packet
isWritingErrorSkippable
-
Field Details
-
sectionPos
- Mappings:
Namespace Name Mixin selector official a
Lrn;a:Lgq;
intermediary field_26345
Lnet/minecraft/class_2637;field_26345:Lnet/minecraft/class_4076;
named sectionPos
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;sectionPos:Lnet/minecraft/util/math/ChunkSectionPos;
-
positions
private final short[] positionsThe packed local positions for each entry inblockStates
.- See Also:
ChunkSectionPos.packLocal(BlockPos)
- Mappings:
Namespace Name Mixin selector official b
Lrn;b:[S
intermediary field_26346
Lnet/minecraft/class_2637;field_26346:[S
named positions
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;positions:[S
-
blockStates
- Mappings:
Namespace Name Mixin selector official c
Lrn;c:[Lcio;
intermediary field_26347
Lnet/minecraft/class_2637;field_26347:[Lnet/minecraft/class_2680;
named blockStates
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;blockStates:[Lnet/minecraft/block/BlockState;
-
field_26749
private final boolean field_26749- Mappings:
Namespace Name Mixin selector official d
Lrn;d:Z
intermediary field_26749
Lnet/minecraft/class_2637;field_26749:Z
named field_26749
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;field_26749:Z
-
-
Constructor Details
-
ChunkDeltaUpdateS2CPacket
public ChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet shortSet, ChunkSection section, boolean bool)- Parameters:
sectionPos
- the position of the given chunk section that will be sent to the client- Mappings:
Namespace Name Mixin selector official <init>
Lrn;<init>(Lgq;Lit/unimi/dsi/fastutil/shorts/ShortSet;Lckt;Z)V
intermediary <init>
Lnet/minecraft/class_2637;<init>(Lnet/minecraft/class_4076;Lit/unimi/dsi/fastutil/shorts/ShortSet;Lnet/minecraft/class_2826;Z)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;<init>(Lnet/minecraft/util/math/ChunkSectionPos;Lit/unimi/dsi/fastutil/shorts/ShortSet;Lnet/minecraft/world/chunk/ChunkSection;Z)V
-
ChunkDeltaUpdateS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lrn;<init>(Lnx;)V
intermediary <init>
Lnet/minecraft/class_2637;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpb;a(Lnx;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lrn;a(Lpe;)V
intermediary method_11392
Lnet/minecraft/class_2637;method_11392(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
visitUpdates
Calls the given consumer for each pair of block position and block state contained in this packet.- Mappings:
Namespace Name Mixin selector official a
Lrn;a(Ljava/util/function/BiConsumer;)V
intermediary method_30621
Lnet/minecraft/class_2637;method_30621(Ljava/util/function/BiConsumer;)V
named visitUpdates
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;visitUpdates(Ljava/util/function/BiConsumer;)V
-
method_31179
- Mappings:
Namespace Name Mixin selector official b
Lrn;b()Z
intermediary method_31179
Lnet/minecraft/class_2637;method_31179()Z
named method_31179
Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;method_31179()Z
-