Interface CosmeticHandler.LERAccess<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>
- All Known Implementing Classes:
LivingEntityRendererMixin
- Enclosing class:
- CosmeticHandler
public static interface CosmeticHandler.LERAccess<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatgetWhiteOverlayProgressA(T pLivingEntity, float pPartialTicks) booleanisBodyVisibleA(T pLivingEntity) voidvoidsetupRotationsA(T pEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick)
-
Method Details
-
isBodyVisibleA
-
getBobA
-
getWhiteOverlayProgressA
-
scaleA
void scaleA(T pLivingEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pPartialTickTime) -
setupRotationsA
void setupRotationsA(T pEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick)
-