Class PotatoMineDetectorLayer<T extends PotatoMine>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,PotatoMineModel<T>>
nokunami.floral_warfare.client.render.plants.potatoMine.PotatoMineDetectorLayer<T>
public class PotatoMineDetectorLayer<T extends PotatoMine>
extends net.minecraft.client.renderer.entity.layers.RenderLayer<T,PotatoMineModel<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionPotatoMineDetectorLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T, PotatoMineModel<T>> renderer) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@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
-
PotatoMineDetectorLayer
public PotatoMineDetectorLayer(net.minecraft.client.renderer.entity.RenderLayerParent<T, PotatoMineModel<T>> renderer)
-
-
Method Details
-
render
public void render(@NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, 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 PotatoMine,PotatoMineModel<T extends PotatoMine>>
-