Uses of Class
net.minecraft.client.network.ClientDebugSubscriptionManager.TrackableValue
Packages that use ClientDebugSubscriptionManager.TrackableValue
-
Uses of ClientDebugSubscriptionManager.TrackableValue in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientDebugSubscriptionManager.TrackableValueModifier and TypeFieldDescription(package private) final ClientDebugSubscriptionManager.TrackableValue<BlockPos, V> ClientDebugSubscriptionManager.TrackableValueMap.blocks(package private) final ClientDebugSubscriptionManager.TrackableValue<ChunkPos, V> ClientDebugSubscriptionManager.TrackableValueMap.chunks(package private) final ClientDebugSubscriptionManager.TrackableValue<UUID, V> ClientDebugSubscriptionManager.TrackableValueMap.entitiesMethods in net.minecraft.client.network that return ClientDebugSubscriptionManager.TrackableValueModifier and TypeMethodDescriptionClientDebugSubscriptionManager.TrackableValueGetter.get(ClientDebugSubscriptionManager.TrackableValueMap<V> map) private <K,V> @Nullable ClientDebugSubscriptionManager.TrackableValue <K, V> ClientDebugSubscriptionManager.getValue(DebugSubscriptionType<V> type, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> getter)