Uses of Class
alexiil.mc.lib.net.ParentNetId
Packages that use ParentNetId
Package
Description
LibNetworkStack's base library.
LibNetworkStack's minecraft-specific library.
-
Uses of ParentNetId in alexiil.mc.lib.net
Methods in alexiil.mc.lib.net that return ParentNetIdMethods in alexiil.mc.lib.net with parameters of type ParentNetIdModifier 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)Constructors in alexiil.mc.lib.net with parameters of type ParentNetIdModifierConstructorDescriptionActiveConnection(ParentNetId rootId)BufferedConnection(ParentNetId rootId, int defaultDropDelay)NetIdData(ParentNetId parent, String name, int length)NetIdSignal(ParentNetId parent, String name)NetObjectCache(ParentNetId parent, it.unimi.dsi.fastutil.Hash.Strategy<T> equality, NetObjectCache.IEntrySerialiser<T> serialiser)ParentNetId(ParentNetId parent, String name)ParentNetIdSingle(ParentNetId parent, Class<T> clazz, String name, int thisLength) -
Uses of ParentNetId in alexiil.mc.lib.net.impl
Fields in alexiil.mc.lib.net.impl declared as ParentNetIdModifier and TypeFieldDescriptionstatic ParentNetIdMcNetworkStack.ROOTThe root parent - everything must use as it's parent (somewhere up the chain) or it can never be written out to a minecraft connection.