Package net.minecraft.block.entity
Class DropperBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.LockableContainerBlockEntity
net.minecraft.block.entity.DispenserBlockEntity
net.minecraft.block.entity.DropperBlockEntity
- All Implemented Interfaces:
LockableScreenHandlerFactory,Inventory,NamedScreenHandlerFactory,Nameable
- Mappings:
Namespace Name official bcyintermediary net/minecraft/class_1461named net/minecraft/block/entity/DropperBlockEntity
-
Field Summary
Fields inherited from class net.minecraft.block.entity.DispenserBlockEntity
customNameFields inherited from class net.minecraft.block.entity.BlockEntity
block, pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.block.entity.DispenserBlockEntity
canPlayerUseInv, chooseNonEmptySlot, clear, createScreenHandler, fromNbt, getInvMaxStackAmount, getInvSize, getInvStack, getProperties, getProperty, hasCustomName, isValidInvStack, method_514, onInvClose, onInvOpen, removeInvStack, setCustomName, setInvStack, setProperty, takeInvStack, toNbtMethods inherited from class net.minecraft.block.entity.LockableContainerBlockEntity
getLock, hasLock, method_6344, setLockMethods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createFromNbt, getBlock, getDataValue, getEntityWorld, getPacket, getPos, getSquaredDistance, getSquaredRenderDistance, hasWorld, isRemoved, markDirty, markRemoved, onBlockAction, populateCrashReport, resetBlock, setPos, setWorldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.text.Nameable
method_6344
-
Constructor Details
-
DropperBlockEntity
public DropperBlockEntity()
-
-
Method Details
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceNameable- Overrides:
getTranslationKeyin classDispenserBlockEntity- Mappings:
Namespace Name Mixin selector official d_Lvz;d_()Ljava/lang/String;intermediary method_2518Lnet/minecraft/class_2611;method_2518()Ljava/lang/String;named getTranslationKeyLnet/minecraft/text/Nameable;getTranslationKey()Ljava/lang/String;
-
getId
- Specified by:
getIdin interfaceNamedScreenHandlerFactory- Overrides:
getIdin classDispenserBlockEntity- Mappings:
Namespace Name Mixin selector official kLvv;k()Ljava/lang/String;intermediary method_10906Lnet/minecraft/class_2608;method_10906()Ljava/lang/String;named getIdLnet/minecraft/screen/NamedScreenHandlerFactory;getId()Ljava/lang/String;
-