Uses of Class
alexiil.mc.lib.net.ParentNetId
Package
Description
LibNetworkStack's base library.
LibNetworkStack's minecraft-specific library.
-
Uses of ParentNetId 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) ModifierConstructorDescriptionActiveConnection
(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
Modifier and TypeFieldDescriptionstatic final ParentNetId
McNetworkStack.ROOT
The root parent - everything must use as it's parent (somewhere up the chain) or it can never be written out to a minecraft connection.