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