Package net.minecraft.block.entity
Class ChestLidAnimator
java.lang.Object
net.minecraft.block.entity.ChestLidAnimator
Handles the animation for opening and closing chests and ender chests.
- Mappings:
- Namespace - Name - named - net/minecraft/block/entity/ChestLidAnimator- intermediary - net/minecraft/class_5560- official - dui
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate floatprivate booleanprivate float
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetProgress(float delta) voidsetOpen(boolean open) voidstep()
- 
Field Details- 
openprivate boolean open- Mappings:
- Namespace - Name - Mixin selector - named - open- Lnet/minecraft/block/entity/ChestLidAnimator;open:Z- intermediary - field_27212- Lnet/minecraft/class_5560;field_27212:Z- official - a- Ldui;a:Z
 
- 
progressprivate float progress- Mappings:
- Namespace - Name - Mixin selector - named - progress- Lnet/minecraft/block/entity/ChestLidAnimator;progress:F- intermediary - field_27213- Lnet/minecraft/class_5560;field_27213:F- official - b- Ldui;b:F
 
- 
lastProgressprivate float lastProgress- Mappings:
- Namespace - Name - Mixin selector - named - lastProgress- Lnet/minecraft/block/entity/ChestLidAnimator;lastProgress:F- intermediary - field_27214- Lnet/minecraft/class_5560;field_27214:F- official - c- Ldui;c:F
 
 
- 
- 
Constructor Details- 
ChestLidAnimatorpublic ChestLidAnimator()
 
- 
- 
Method Details- 
steppublic void step()- Mappings:
- Namespace - Name - Mixin selector - named - step- Lnet/minecraft/block/entity/ChestLidAnimator;step()V- intermediary - method_31672- Lnet/minecraft/class_5560;method_31672()V- official - a- Ldui;a()V
 
- 
getProgresspublic float getProgress(float delta) - Mappings:
- Namespace - Name - Mixin selector - named - getProgress- Lnet/minecraft/block/entity/ChestLidAnimator;getProgress(F)F- intermediary - method_31673- Lnet/minecraft/class_5560;method_31673(F)F- official - a- Ldui;a(F)F
 
- 
setOpenpublic void setOpen(boolean open) - Mappings:
- Namespace - Name - Mixin selector - named - setOpen- Lnet/minecraft/block/entity/ChestLidAnimator;setOpen(Z)V- intermediary - method_31674- Lnet/minecraft/class_5560;method_31674(Z)V- official - a- Ldui;a(Z)V
 
 
-