net.minecraft.network.protocol.common.custom

public record VillageSectionsDebugPayload

implements CustomPacketPayload

abn
net.minecraft.network.protocol.common.custom.VillageSectionsDebugPayload
net.minecraft.class_8728

Field summary

Modifier and TypeField
private final Set<SectionPos>
c
villageChunks
comp_1716
private final Set<SectionPos>
d
notVillageChunks
comp_1717
public static final StreamCodec<FriendlyByteBuf, VillageSectionsDebugPayload>
a
STREAM_CODEC
field_48686
public static final CustomPacketPayload$Type<VillageSectionsDebugPayload>
b
TYPE
field_48687

Constructor summary

ModifierConstructor
private (FriendlyByteBuf arg0)
public (Set<SectionPos> arg0, Set<SectionPos> arg1)

Method summary

Modifier and TypeMethod
private void
a(wc arg0)
write(FriendlyByteBuf arg0)
method_56506(class_2540 arg0)
public CustomPacketPayload$Type<VillageSectionsDebugPayload>
a()
type()
method_56479()
public Set<SectionPos>
b()
villageChunks()
comp_1716()
public Set<SectionPos>
c()
notVillageChunks()
comp_1717()