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/ChestLidAnimatorintermediary net/minecraft/class_5560official ebi
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate floatprivate booleanprivate float - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfloatgetProgress(float tickProgress) voidsetOpen(boolean open) voidstep() 
- 
Field Details
- 
open
private boolean open- Mappings:
 Namespace Name Mixin selector named openLnet/minecraft/block/entity/ChestLidAnimator;open:Zintermediary field_27212Lnet/minecraft/class_5560;field_27212:Zofficial aLebi;a:Z
 - 
progress
private float progress- Mappings:
 Namespace Name Mixin selector named progressLnet/minecraft/block/entity/ChestLidAnimator;progress:Fintermediary field_27213Lnet/minecraft/class_5560;field_27213:Fofficial bLebi;b:F
 - 
lastProgress
private float lastProgress- Mappings:
 Namespace Name Mixin selector named lastProgressLnet/minecraft/block/entity/ChestLidAnimator;lastProgress:Fintermediary field_27214Lnet/minecraft/class_5560;field_27214:Fofficial cLebi;c:F
 
 - 
 - 
Constructor Details
- 
ChestLidAnimator
public ChestLidAnimator() 
 - 
 - 
Method Details
- 
step
public void step()- Mappings:
 Namespace Name Mixin selector named stepLnet/minecraft/block/entity/ChestLidAnimator;step()Vintermediary method_31672Lnet/minecraft/class_5560;method_31672()Vofficial aLebi;a()V
 - 
getProgress
public float getProgress(float tickProgress) - Mappings:
 Namespace Name Mixin selector named getProgressLnet/minecraft/block/entity/ChestLidAnimator;getProgress(F)Fintermediary method_31673Lnet/minecraft/class_5560;method_31673(F)Fofficial aLebi;a(F)F
 - 
setOpen
public void setOpen(boolean open) - Mappings:
 Namespace Name Mixin selector named setOpenLnet/minecraft/block/entity/ChestLidAnimator;setOpen(Z)Vintermediary method_31674Lnet/minecraft/class_5560;method_31674(Z)Vofficial aLebi;a(Z)V
 
 -