Uses of Record Class
net.minecraft.world.debug.data.PoiDebugData
Packages that use PoiDebugData
Package
Description
-
Uses of PoiDebugData in net.minecraft.client.render.debug
Methods in net.minecraft.client.render.debug with parameters of type PoiDebugDataModifier and TypeMethodDescriptionprivate voidPoiDebugRenderer.drawPoiInfo(MatrixStack matrices, VertexConsumerProvider vertexConsumers, PoiDebugData poiData, DebugDataStore store) private static voidPoiDebugRenderer.drawTextOverPoi(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String ticketHolder, PoiDebugData poiData, int lineNumber, int color) PoiDebugRenderer.getTicketHolders(PoiDebugData poiData, boolean potential, DebugDataStore store) -
Uses of PoiDebugData in net.minecraft.world.debug
Fields in net.minecraft.world.debug with type parameters of type PoiDebugDataModifier and TypeFieldDescriptionstatic final DebugSubscriptionType<PoiDebugData> DebugSubscriptionTypes.POIS -
Uses of PoiDebugData in net.minecraft.world.debug.data
Fields in net.minecraft.world.debug.data with type parameters of type PoiDebugDataModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, PoiDebugData> PoiDebugData.PACKET_CODEC -
Uses of PoiDebugData in net.minecraft.world.poi
Methods in net.minecraft.world.poi that return PoiDebugDataMethods in net.minecraft.world.poi that return types with arguments of type PoiDebugData