Package net.minecraft.block.entity
Interface LidOpenable
- All Known Implementing Classes:
 ChestBlockEntity,EnderChestBlockEntity,TrappedChestBlockEntity
public interface LidOpenable
An interface implemented by block entities with openable lids,
 such as chests or ender chests.
- Mappings:
 Namespace Name named net/minecraft/block/entity/LidOpenableintermediary net/minecraft/class_2618official ecg
- 
Method Summary
 
- 
Method Details
- 
getAnimationProgress
float getAnimationProgress(float tickProgress) - Mappings:
 Namespace Name Mixin selector named getAnimationProgressLnet/minecraft/block/entity/LidOpenable;getAnimationProgress(F)Fintermediary method_11274Lnet/minecraft/class_2618;method_11274(F)Fofficial aLecg;a(F)F
 
 -