Package alexiil.mc.lib.net.impl
Class McNetworkStack
java.lang.Object
alexiil.mc.lib.net.impl.McNetworkStack
public final class McNetworkStack
extends java.lang.Object
Holder for everything related to a normal minecraft connection.
-
Field Summary
Fields Modifier and Type Field Description static ParentNetIdSingle<net.minecraft.block.entity.BlockEntity>BLOCK_ENTITYstatic NetObjectCache<net.minecraft.item.ItemStack>CACHE_ITEMS_WITHOUT_AMOUNTstatic ParentNetIdSingle<net.minecraft.screen.ScreenHandler>CONTAINERDeprecated.UseSCREEN_HANDLERinstead, due to the yarn name change.static ParentNetIdSingle<net.minecraft.entity.Entity>ENTITYstatic ParentNetIdROOTThe root parent - everything must use as it's parent (somewhere up the chain) or it can never be written out to a minecraft connection.static ParentNetIdSingle<net.minecraft.screen.ScreenHandler>SCREEN_HANDLER -
Method Summary
-
Field Details
-
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. -
BLOCK_ENTITY
-
ENTITY
-
SCREEN_HANDLER
-
CONTAINER
Deprecated.UseSCREEN_HANDLERinstead, due to the yarn name change. -
CACHE_ITEMS_WITHOUT_AMOUNT
-