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 data, DebugDataStore store) private static voidPoiDebugRenderer.drawTextOverPoi(String string, PoiDebugData data, int yOffset, 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 PoiDebugDataModifier and TypeMethodDescription@Nullable PoiDebugDataPointOfInterestStorage.getDebugData(BlockPos pos) Methods in net.minecraft.world.poi that return types with arguments of type PoiDebugData