Klasse BlockEntityUItemStackContainer
java.lang.Object
net.minecraft.world.SimpleContainer
info.u_team.u_team_core.inventory.UItemStackContainer
info.u_team.u_team_core.inventory.BlockEntityUItemStackContainer
- Alle implementierten Schnittstellen:
net.minecraft.world.Clearable,net.minecraft.world.Container,net.minecraft.world.inventory.StackedContentsCompatible
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final net.minecraft.world.level.block.entity.BlockEntityVon Klasse geerbte Felder net.minecraft.world.SimpleContainer
itemsVon Schnittstelle geerbte Felder net.minecraft.world.Container
DEFAULT_DISTANCE_BUFFER -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBlockEntityUItemStackContainer(int size, net.minecraft.world.level.block.entity.BlockEntity blockEntity) -
Methodenübersicht
Von Klasse geerbte Methoden info.u_team.u_team_core.inventory.UItemStackContainer
deserializeNBT, onLoad, serializeNBTVon Klasse geerbte Methoden net.minecraft.world.SimpleContainer
addItem, addListener, canAddItem, clearContent, createTag, fillStackedContents, fromTag, getContainerSize, getItem, getItems, isEmpty, removeAllItems, removeItem, removeItemNoUpdate, removeItemType, removeListener, setItem, stillValid, toStringVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, startOpen, stopOpen
-
Felddetails
-
blockEntity
protected final net.minecraft.world.level.block.entity.BlockEntity blockEntity
-
-
Konstruktordetails
-
BlockEntityUItemStackContainer
public BlockEntityUItemStackContainer(int size, net.minecraft.world.level.block.entity.BlockEntity blockEntity)
-
-
Methodendetails
-
setChanged
public void setChanged()- Angegeben von:
setChangedin Schnittstellenet.minecraft.world.Container- Setzt außer Kraft:
setChangedin Klassenet.minecraft.world.SimpleContainer
-