Class SunflowerMouthLayer<T extends Sunflower>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunflowerModel<T>>
nokunami.floral_warfare.client.render.plants.sunflower.SunflowerMouthLayer<T>
public class SunflowerMouthLayer<T extends Sunflower>
extends net.minecraft.client.renderer.entity.layers.RenderLayer<T,SunflowerModel<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionSunflowerMouthLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T, SunflowerModel<T>> pRenderer) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.resources.ResourceLocationmouth(int value) voidrender(@NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, T entity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
Constructor Details
-
SunflowerMouthLayer
public SunflowerMouthLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T, SunflowerModel<T>> pRenderer)
-
-
Method Details
-
mouth
public static net.minecraft.resources.ResourceLocation mouth(int value) -
render
public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, @NotNull T entity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) - Specified by:
renderin classnet.minecraft.client.renderer.entity.layers.RenderLayer<T extends Sunflower,SunflowerModel<T extends Sunflower>>
-