Uses of Interface
net.minecraft.client.network.ClientDebugSubscriptionManager.TrackableValueGetter
Packages that use ClientDebugSubscriptionManager.TrackableValueGetter
-
Uses of ClientDebugSubscriptionManager.TrackableValueGetter in net.minecraft.client.network
Methods in net.minecraft.client.network that return ClientDebugSubscriptionManager.TrackableValueGetterModifier and TypeMethodDescription(package private) static <T> ClientDebugSubscriptionManager.TrackableValueGetter<BlockPos, T> ClientDebugSubscriptionManager.forBlocks()(package private) static <T> ClientDebugSubscriptionManager.TrackableValueGetter<ChunkPos, T> ClientDebugSubscriptionManager.forChunks()(package private) static <T> ClientDebugSubscriptionManager.TrackableValueGetter<UUID, T> ClientDebugSubscriptionManager.forEntities()Methods in net.minecraft.client.network with parameters of type ClientDebugSubscriptionManager.TrackableValueGetterModifier and TypeMethodDescription(package private) <K,V> void ClientDebugSubscriptionManager.forEachValue(DebugSubscriptionType<V> type, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> getter, BiConsumer<K, V> visitor) (package private) <K,V> V ClientDebugSubscriptionManager.getValue(DebugSubscriptionType<V> type, K object, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> getter) private <K,V> @Nullable ClientDebugSubscriptionManager.TrackableValue <K, V> ClientDebugSubscriptionManager.getValue(DebugSubscriptionType<V> type, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> getter) private <K,V> void ClientDebugSubscriptionManager.updateTrackableValueMap(long lifetime, K object, DebugSubscriptionType.OptionalValue<V> optional, ClientDebugSubscriptionManager.TrackableValueGetter<K, V> trackableValueGetter)