Uses of Class
alexiil.mc.lib.net.NetObjectCache
Package
Description
LibNetworkStack's base library.
LibNetworkStack's minecraft-specific library.
-
Uses of NetObjectCache in alexiil.mc.lib.net
Modifier and TypeMethodDescriptionstatic <T> NetObjectCache<T>
NetObjectCache.createMappedIdentifier(ParentNetId parent, Function<T,net.minecraft.util.Identifier> nameGetter, Function<net.minecraft.util.Identifier,T> objectGetter)
static <T> NetObjectCache<T>
NetObjectCache.createMappedIdentifier(ParentNetId parent, Function<T,net.minecraft.util.Identifier> nameGetter, Map<net.minecraft.util.Identifier,T> map)
-
Uses of NetObjectCache in alexiil.mc.lib.net.impl
Modifier and TypeFieldDescriptionstatic NetObjectCache<net.minecraft.item.ItemStack>
McNetworkStack.CACHE_ITEMS_WITHOUT_AMOUNT