Uses of Interface
net.minecraft.client.block.ChestAnimationProgress
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.entity | |
| net.minecraft.client.render.block.entity |
-
Uses of ChestAnimationProgress in net.minecraft.block
Methods in net.minecraft.block with parameters of type ChestAnimationProgress Modifier and Type Method Description static DoubleBlockProperties.PropertyRetriever<ChestBlockEntity,Float2FloatFunction>ChestBlock. getAnimationProgressRetriever(ChestAnimationProgress chestAnimationProgress) -
Uses of ChestAnimationProgress in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement ChestAnimationProgress Modifier and Type Class Description classChestBlockEntityclassEnderChestBlockEntityclassTrappedChestBlockEntity -
Uses of ChestAnimationProgress in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity with type parameters of type ChestAnimationProgress Modifier and Type Class Description classChestBlockEntityRenderer<T extends BlockEntity & ChestAnimationProgress>