Package alexiil.mc.lib.net.impl
Class McNetworkStack
java.lang.Object
alexiil.mc.lib.net.impl.McNetworkStack
Holder for everything related to a normal minecraft connection.
-
Field Summary
Modifier and TypeFieldDescriptionstatic ParentNetIdSingle<net.minecraft.block.entity.BlockEntity>
static NetObjectCache<net.minecraft.item.ItemStack>
static ParentNetIdSingle<net.minecraft.screen.ScreenHandler>
Deprecated.static ParentNetIdSingle<net.minecraft.entity.Entity>
static ParentNetId
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.static ParentNetIdSingle<net.minecraft.screen.ScreenHandler>
-
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_HANDLER
instead, due to the yarn name change. -
CACHE_ITEMS_WITHOUT_AMOUNT
-
SCREEN_HANDLER
instead, due to the yarn name change.