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

public class BlockEntityUItemStackContainer extends UItemStackContainer
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected final net.minecraft.world.level.block.entity.BlockEntity
     

    Von Klasse geerbte Felder net.minecraft.world.SimpleContainer

    items

    Von Schnittstelle geerbte Felder net.minecraft.world.Container

    DEFAULT_DISTANCE_BUFFER
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    BlockEntityUItemStackContainer(int size, net.minecraft.world.level.block.entity.BlockEntity blockEntity)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     

    Von Klasse geerbte Methoden info.u_team.u_team_core.inventory.UItemStackContainer

    deserializeNBT, onLoad, serializeNBT

    Von 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, toString

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Von 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:
      setChanged in Schnittstelle net.minecraft.world.Container
      Setzt außer Kraft:
      setChanged in Klasse net.minecraft.world.SimpleContainer