Class MixinAbstractChestBoat

java.lang.Object
com.viaversion.viafabricplus.injection.mixin.features.entity.interaction.MixinAbstractChestBoat
All Implemented Interfaces:
Iterable<net.minecraft.world.item.ItemStack>, net.minecraft.world.Clearable, net.minecraft.world.Container, net.minecraft.world.entity.SlotProvider, net.minecraft.world.entity.vehicle.ContainerEntity, net.minecraft.world.inventory.MenuConstructor, net.minecraft.world.MenuProvider

public abstract class MixinAbstractChestBoat extends Object implements net.minecraft.world.entity.vehicle.ContainerEntity
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.world.Container

    net.minecraft.world.Container.ContainerIterator
  • Field Summary

    Fields inherited from interface net.minecraft.world.Container

    DEFAULT_DISTANCE_BUFFER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

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

    Methods inherited from interface net.minecraft.world.Clearable

    clearContent

    Methods inherited from interface net.minecraft.world.Container

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

    Methods inherited from interface net.minecraft.world.entity.vehicle.ContainerEntity

    addChestVehicleSaveData, chestVehicleDestroyed, clearChestVehicleContent, clearItemStacks, getBoundingBox, getChestVehicleItem, getChestVehicleSlot, getContainerLootTable, getContainerLootTableSeed, getItemStacks, interactWithContainerVehicle, isChestVehicleEmpty, isChestVehicleStillValid, isEmpty, isRemoved, level, position, readChestVehicleSaveData, removeChestVehicleItem, removeChestVehicleItemNoUpdate, setChestVehicleItem, setContainerLootTable, setContainerLootTableSeed, unpackChestVehicleLootTable

    Methods inherited from interface Iterable

    forEach, spliterator

    Methods inherited from interface net.minecraft.world.inventory.MenuConstructor

    createMenu

    Methods inherited from interface net.minecraft.world.MenuProvider

    getDisplayName

    Methods inherited from interface net.minecraft.world.entity.SlotProvider

    getSlotsFromRange
  • Constructor Details

    • MixinAbstractChestBoat

      public MixinAbstractChestBoat()