Interface SetAnglesEvents<S, M extends net.minecraft.client.model.Model<S>>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Environment(CLIENT) @FunctionalInterface public interface SetAnglesEvents<S, M extends net.minecraft.client.model.Model<S>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<SetAnglesEvents<net.minecraft.client.renderer.entity.state.HumanoidRenderState, net.minecraft.client.model.HumanoidModel<net.minecraft.client.renderer.entity.state.HumanoidRenderState>>>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setAngles(S state, M model)
     
  • Field Details

    • HUMANOID_ANGLES

      static final net.fabricmc.fabric.api.event.Event<SetAnglesEvents<net.minecraft.client.renderer.entity.state.HumanoidRenderState, net.minecraft.client.model.HumanoidModel<net.minecraft.client.renderer.entity.state.HumanoidRenderState>>> HUMANOID_ANGLES
  • Method Details

    • setAngles

      void setAngles(S state, M model)