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
Modifier and TypeFieldDescriptionprivate HumanoidModel<?>
private static final Lazy<HumanoidModel<LivingEntity>>
private static final CustomArmorModelTest.TintedArmorModel
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
ModifierConstructorDescriptionprivate
TintedArmorModel
(Function<ResourceLocation, RenderType> renderTypeFunction) -
Method Summary
Modifier and TypeMethodDescriptionvoid
renderToBuffer
(@NotNull PoseStack poseStack, @NotNull 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(@NotNull @NotNull PoseStack poseStack, @NotNull @NotNull VertexConsumer consumer, int light, int overlay, float red, float green, float blue, float alpha) - Specified by:
renderToBuffer
in classModel
-