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
official cxj
intermediary net/minecraft/class_2618
named net/minecraft/block/entity/LidOpenable
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getAnimationProgress(float tickDelta)
     
  • Method Details

    • getAnimationProgress

      float getAnimationProgress(float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lcxj;a(F)F
      intermediary method_11274 Lnet/minecraft/class_2618;method_11274(F)F
      named getAnimationProgress Lnet/minecraft/block/entity/LidOpenable;getAnimationProgress(F)F