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
public class DropperBlockEntity extends DispenserBlockEntity
- Mappings:
Namespace Name official aldintermediary net/minecraft/class_356named 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 Constructor Description DropperBlockEntity() -
Method Summary
Modifier and Type Method Description StringgetId()StringgetTranslationKey()Methods inherited from class net.minecraft.block.entity.DispenserBlockEntity
canPlayerUseInv, chooseNonEmptySlot, clear, createScreenHandler, fromTag, getInvMaxStackAmount, getInvSize, getInvStack, getProperties, getProperty, hasCustomName, isValidInvStack, method_1131, method_1132, onInvClose, onInvOpen, removeInvStack, setInvStack, setProperty, takeInvStack, toTagMethods inherited from class net.minecraft.block.entity.LockableContainerBlockEntity
getLock, getName, hasLock, setLockMethods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createFromTag, getBlock, getDataValue, getPacket, getPos, getSquaredDistance, getSquaredRenderDistance, getWorld, hasWorld, isRemoved, markDirty, markRemoved, onBlockAction, populateCrashReport, resetBlock, setPos, setWorld, shouldNotCopyTagFromItem
-
Constructor Details
-
DropperBlockEntity
public DropperBlockEntity()
-
-
Method Details
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceNameable- Overrides:
getTranslationKeyin classDispenserBlockEntity- Mappings:
Namespace Name Mixin selector official e_Lop;e_()Ljava/lang/String;intermediary method_6261Lnet/minecraft/class_1726;method_6261()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 kLol;k()Ljava/lang/String;intermediary method_6762Lnet/minecraft/class_1723;method_6762()Ljava/lang/String;named getIdLnet/minecraft/screen/NamedScreenHandlerFactory;getId()Ljava/lang/String;
-