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_ENTITY
static NetObjectCache<net.minecraft.item.ItemStack>
CACHE_ITEMS_WITHOUT_AMOUNT
static ParentNetIdSingle<net.minecraft.screen.ScreenHandler>
CONTAINER
Deprecated.UseSCREEN_HANDLER
instead, due to the yarn name change.static ParentNetIdSingle<net.minecraft.entity.Entity>
ENTITY
static ParentNetId
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.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_HANDLER
instead, due to the yarn name change. -
CACHE_ITEMS_WITHOUT_AMOUNT
-