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(PoiDebugData poiDebugData, DebugDataStore debugDataStore) private static voidPoiDebugRenderer.drawTextOverPoi(String string, PoiDebugData poiDebugData, int int2, int int3) 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