Package net.minecraft.client.network
Interface ClientDebugSubscriptionManager.TrackableValueGetter<K,V>
- Enclosing class:
ClientDebugSubscriptionManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Environment(CLIENT)
private static interface ClientDebugSubscriptionManager.TrackableValueGetter<K,V>
- Mappings:
Namespace Name named net/minecraft/client/network/ClientDebugSubscriptionManager$TrackableValueGetterintermediary net/minecraft/class_12036$class_12038official gzk$b
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
get
ClientDebugSubscriptionManager.TrackableValue<K,V> get(ClientDebugSubscriptionManager.TrackableValueMap<V> map) - Mappings:
Namespace Name Mixin selector named getLnet/minecraft/client/network/ClientDebugSubscriptionManager$TrackableValueGetter;get(Lnet/minecraft/client/network/ClientDebugSubscriptionManager$TrackableValueMap;)Lnet/minecraft/client/network/ClientDebugSubscriptionManager$TrackableValue;intermediary getLnet/minecraft/class_12036$class_12038;get(Lnet/minecraft/class_12036$class_12039;)Lnet/minecraft/class_12036$class_12037;official getLgzk$b;get(Lgzk$c;)Lgzk$a;
-