Package net.minecraftforge.debug.client
Class CustomArmorModelTest.TintedArmorModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraftforge.debug.client.CustomArmorModelTest.TintedArmorModel
- Enclosing class:
- CustomArmorModelTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate HumanoidModel<?>private static final Lazy<HumanoidModel<LivingEntity>>private static final CustomArmorModelTest.TintedArmorModelFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTintedArmorModel(Function<ResourceLocation, RenderType> renderTypeFunction) -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderToBuffer(PoseStack poseStack, VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha) Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
INSTANCE
-
ENDERMAN
-
base
-
-
Constructor Details
-
TintedArmorModel
-
-
Method Details
-
renderToBuffer
public void renderToBuffer(@Nonnull PoseStack poseStack, @Nonnull VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha) - Specified by:
renderToBufferin classModel
-