Interface SerializableContainer

All Superinterfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container, Serializable
All Known Implementing Classes:
SimpleItemContainer

public interface SerializableContainer extends net.minecraft.world.Container, Serializable
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE
  • Method Summary

    Methods inherited from interface net.minecraft.world.Clearable

    clearContent

    Methods inherited from interface net.minecraft.world.Container

    canPlaceItem, canTakeItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyMatching, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen

    Methods inherited from interface earth.terrarium.botarium.util.Serializable

    deserialize, serialize