implements CustomPayload
| abc | |
| net.minecraft.network.protocol.common.custom.PathfindingDebugPayload | |
| net.minecraft.class_8721 | |
| net.minecraft.network.packet.s2c.custom.DebugPathCustomPayload | |
| net.minecraft.unmapped.C_rvqaifaf | |
| net.minecraft.network.packet.s2c.payload.PathDebugPayload | |
| net.minecraft.src.C_290223_ |
Field summary
| Modifier and Type | Field | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private final int |
| ||||||||||||||
| private final Path |
| ||||||||||||||
| private final float |
| ||||||||||||||
| public static final PacketCodec<PacketByteBuf, DebugPathCustomPayload> |
| ||||||||||||||
| public static final CustomPayload$Id<DebugPathCustomPayload> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (PacketByteBuf buf) |
| public | (int entityId, Path path, float maxNodeDistance) |
Method summary
| Modifier and Type | Method | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private void |
| ||||||||||||||
| public CustomPayload$Id<DebugPathCustomPayload> |
| ||||||||||||||
| public int |
| ||||||||||||||
| public Path |
| ||||||||||||||
| public float |
|