net.minecraft.world.debug.data

public record PoiDebugData

net.minecraft.util.debug.DebugPoiInfo
net.minecraft.class_12014
net.minecraft.world.debug.data.PoiDebugData

Field summary

Modifier and TypeField
private final BlockPos
pos
comp_4864
pos
private final RegistryEntry<PointOfInterestType>
poiType
comp_4865
poiType
private final int
freeTicketCount
comp_4866
freeTicketCount
public static final PacketCodec<RegistryByteBuf, PoiDebugData>
STREAM_CODEC
field_62861
PACKET_CODEC

Constructor summary

ModifierConstructor
public (PointOfInterest poi)
public (BlockPos pos, RegistryEntry<PointOfInterestType> poiType, int freeTicketCount)

Method summary

Modifier and TypeMethod
public BlockPos
pos()
comp_4864()
pos()
public RegistryEntry<PointOfInterestType>
poiType()
comp_4865()
poiType()
public int
freeTicketCount()
comp_4866()
freeTicketCount()