Package net.minecraft.client.multiplayer
Class ClientDebugSubscriber.ValueMap<K,V>
java.lang.Object
net.minecraft.client.multiplayer.ClientDebugSubscriber.ValueMap<K,V>
- Enclosing class:
ClientDebugSubscriber
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(long pGameTime, K pKey, DebugSubscription.Update<V> pUpdate) voidforEach(BiConsumer<K, V> pAction) voidvoidremoveKeys(Predicate<K> pPredicate) voidremoveValues(Predicate<ClientDebugSubscriber.ValueWrapper<V>> pPredicate)
-
Field Details
-
values
-
-
Constructor Details
-
ValueMap
ValueMap()
-
-
Method Details
-
removeValues
-
removeKey
-
removeKeys
-
getValue
-
apply
-
forEach
-