Package net.minecraft.util
Class CachedMapper<K,V>
java.lang.Object
net.minecraft.util.CachedMapper<K,V>
A mapper that caches the latest input-output pair, so that repeated calls with
the same argument do not call the expensive mapper function.
- See Also:
- Mappings:
Namespace Name official azbintermediary net/minecraft/class_8105named net/minecraft/util/CachedMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mapper
- Mappings:
Namespace Name Mixin selector official aLazb;a:Ljava/util/function/Function;intermediary field_42269Lnet/minecraft/class_8105;field_42269:Ljava/util/function/Function;named mapperLnet/minecraft/util/CachedMapper;mapper:Ljava/util/function/Function;
-
cachedInput
- Mappings:
Namespace Name Mixin selector official bLazb;b:Ljava/lang/Object;intermediary field_42270Lnet/minecraft/class_8105;field_42270:Ljava/lang/Object;named cachedInputLnet/minecraft/util/CachedMapper;cachedInput:Ljava/lang/Object;
-
cachedOutput
- Mappings:
Namespace Name Mixin selector official cLazb;c:Lw;intermediary field_42271Lnet/minecraft/class_8105;field_42271:Lnet/minecraft/class_9631;named cachedOutputLnet/minecraft/util/CachedMapper;cachedOutput:Lnet/minecraft/class_9631;
-
-
Constructor Details
-
CachedMapper
-
-
Method Details
-
map
Returns the mappedinput.- Returns:
- the mapped
input - Mappings:
Namespace Name Mixin selector official aLazb;a(Ljava/lang/Object;)Ljava/lang/Object;intermediary method_48782Lnet/minecraft/class_8105;method_48782(Ljava/lang/Object;)Ljava/lang/Object;named mapLnet/minecraft/util/CachedMapper;map(Ljava/lang/Object;)Ljava/lang/Object;
-