Class LivingEntityFeatureRenderEvents
java.lang.Object
net.fabricmc.fabric.api.client.rendering.v1.LivingEntityFeatureRenderEvents
Events related to living entity
FeatureRenderer
s.
To register a renderer, see LivingEntityFeatureRendererRegistrationCallback
instead.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Event
<LivingEntityFeatureRenderEvents.AllowCapeRender> An event that can prevent capes from rendering. -
Method Summary
-
Field Details
-
ALLOW_CAPE_RENDER
An event that can prevent capes from rendering.
-