Package net.minecraft.client.block
Interface ChestAnimationProgress
- All Known Implementing Classes:
ChestBlockEntity
,EnderChestBlockEntity
,TrappedChestBlockEntity
@Environment(CLIENT) public interface ChestAnimationProgress
- Mappings:
Namespace Name official cgn
intermediary net/minecraft/class_2618
named net/minecraft/client/block/ChestAnimationProgress
-
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
Lcgn;a(F)F
intermediary method_11274
Lnet/minecraft/class_2618;method_11274(F)F
named getAnimationProgress
Lnet/minecraft/client/block/ChestAnimationProgress;getAnimationProgress(F)F
-