implements CustomPacketPayload
| abg | |
| net.minecraft.network.protocol.common.custom.PathfindingDebugPayload | |
| net.minecraft.class_8721 | |
| net.minecraft.network.packet.s2c.custom.DebugPathCustomPayload | |
| net.minecraft.src.C_290223_ | |
| net.minecraft.network.protocol.common.custom.PathfindingDebugPayload | 
Field summary
| Modifier and Type | Field | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private final int | 
  | ||||||||||
| private final Path | 
  | ||||||||||
| private final float | 
  | ||||||||||
| public static final StreamCodec<FriendlyByteBuf, PathfindingDebugPayload> | 
  | ||||||||||
| public static final CustomPacketPayload$Type<PathfindingDebugPayload> | 
  | 
Constructor summary
| Modifier | Constructor | 
|---|---|
| private | (FriendlyByteBuf buf) | 
| public | (int path, Path maxNodeDistance, float arg2) | 
Method summary
| Modifier and Type | Method | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| private void | 
  | ||||||||||
| public CustomPacketPayload$Type<PathfindingDebugPayload> | 
  | ||||||||||
| public int | 
  | ||||||||||
| public Path | 
  | ||||||||||
| public float | 
  |