Klasse DummyCraftingContainer

java.lang.Object
net.minecraft.world.inventory.TransientCraftingContainer
info.u_team.u_team_core.inventory.DummyCraftingContainer
Alle implementierten Schnittstellen:
net.minecraft.world.Clearable, net.minecraft.world.Container, net.minecraft.world.inventory.CraftingContainer, net.minecraft.world.inventory.StackedContentsCompatible

public class DummyCraftingContainer extends net.minecraft.world.inventory.TransientCraftingContainer
  • Feldübersicht

    Von Schnittstelle geerbte Felder net.minecraft.world.Container

    DEFAULT_DISTANCE_BUFFER
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    DummyCraftingContainer(int width, int height)
     
  • Methodenübersicht

    Von Klasse geerbte Methoden net.minecraft.world.inventory.TransientCraftingContainer

    clearContent, fillStackedContents, getContainerSize, getHeight, getItem, getItems, getWidth, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, stillValid

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, startOpen, stopOpen
  • Konstruktordetails

    • DummyCraftingContainer

      public DummyCraftingContainer(int width, int height)