net.minecraft.network.protocol.common.custom

public record GoalDebugPayload

implements CustomPacketPayload

abl
net.minecraft.network.protocol.common.custom.GoalDebugPayload
net.minecraft.class_8716
net.minecraft.network.packet.s2c.custom.DebugGoalSelectorCustomPayload
net.minecraft.network.protocol.common.custom.GoalDebugPayload

Field summary

Modifier and TypeField
private final int
c
entityId
comp_1687
entityId
private final BlockPos
d
pos
comp_1688
pos
private final List<GoalDebugPayload$DebugGoal>
e
goals
comp_1689
goals
public static final StreamCodec<FriendlyByteBuf, GoalDebugPayload>
a
STREAM_CODEC
field_48668
CODEC
public static final CustomPacketPayload$Type<GoalDebugPayload>
b
TYPE
field_48669
ID

Constructor summary

ModifierConstructor
private (FriendlyByteBuf buf)
public (int arg0, BlockPos arg1, List<GoalDebugPayload$DebugGoal> arg2)

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_56497(class_2540 arg0)
write(PacketByteBuf buf)
public CustomPacketPayload$Type<GoalDebugPayload>
a()
type()
method_56479()
getId()
public int
b()
entityId()
comp_1687()
entityId()
public BlockPos
c()
pos()
comp_1688()
pos()
public List<GoalDebugPayload$DebugGoal>
d()
goals()
comp_1689()
goals()