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
FieldsModifier and TypeFieldDescriptionstatic 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
-
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
-