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 -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.Clearable
clearContentMethods 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, stopOpenMethods 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, unpackChestVehicleLootTableMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface net.minecraft.world.inventory.MenuConstructor
createMenuMethods inherited from interface net.minecraft.world.MenuProvider
getDisplayNameMethods inherited from interface net.minecraft.world.entity.SlotProvider
getSlotsFromRange
-
Constructor Details
-
MixinAbstractChestBoat
public MixinAbstractChestBoat()
-