Interface LivingEntityFeatureRenderEvents.AllowCapeRender
- Enclosing class:
LivingEntityFeatureRenderEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallowCapeRender(net.minecraft.client.renderer.entity.state.AvatarRenderState state)
-
Method Details
-
allowCapeRender
boolean allowCapeRender(net.minecraft.client.renderer.entity.state.AvatarRenderState state) - Returns:
- false to prevent rendering the cape
-