Package net.minecraft.world.gen.feature
Class EndSpikeFeature.SpikeCache
java.lang.Object
com.google.common.cache.CacheLoader<Long,List<EndSpikeFeature.Spike>>
net.minecraft.world.gen.feature.EndSpikeFeature.SpikeCache
- Enclosing class:
EndSpikeFeature
private static class EndSpikeFeature.SpikeCache
extends CacheLoader<Long,List<EndSpikeFeature.Spike>>
- Mappings:
Namespace Name official dpg$b
intermediary net/minecraft/class_3310$class_3311
named net/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader
CacheLoader.InvalidCacheLoadException, CacheLoader.UnsupportedLoadingOperationException
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.common.cache.CacheLoader
asyncReloading, from, from, loadAll, reload
-
Constructor Details
-
SpikeCache
SpikeCache()
-
-
Method Details
-
load
- Specified by:
load
in classCacheLoader<Long,
List<EndSpikeFeature.Spike>> - Mappings:
Namespace Name Mixin selector official a
Ldpg$b;a(Ljava/lang/Long;)Ljava/util/List;
intermediary method_14507
Lnet/minecraft/class_3310$class_3311;method_14507(Ljava/lang/Long;)Ljava/util/List;
named load
Lnet/minecraft/world/gen/feature/EndSpikeFeature$SpikeCache;load(Ljava/lang/Long;)Ljava/util/List;
-