Uses of Class
net.minecraft.client.multiplayer.ClientDebugSubscriber.ValueMap
Packages that use ClientDebugSubscriber.ValueMap
-
Uses of ClientDebugSubscriber.ValueMap in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ClientDebugSubscriber.ValueMapModifier and TypeFieldDescriptionprivate final ClientDebugSubscriber.ValueMap<BlockPos, V> ClientDebugSubscriber.ValueMaps.blockValuesprivate final ClientDebugSubscriber.ValueMap<ChunkPos, V> ClientDebugSubscriber.ValueMaps.chunkValuesprivate final ClientDebugSubscriber.ValueMap<UUID, V> ClientDebugSubscriber.ValueMaps.entityValuesMethods in net.minecraft.client.multiplayer that return ClientDebugSubscriber.ValueMapModifier and TypeMethodDescriptionClientDebugSubscriber.ValueMapType.get(ClientDebugSubscriber.ValueMaps<V> maps) private <K,V> @Nullable ClientDebugSubscriber.ValueMap <K, V> ClientDebugSubscriber.getValueMap(DebugSubscription<V> subscription, ClientDebugSubscriber.ValueMapType<K, V> mapType)