Class GhastNoseLayer<S extends net.minecraft.client.renderer.entity.state.GhastRenderState>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<S, net.minecraft.client.model.monster.ghast.GhastModel>
com.mrbysco.nosey.client.layer.NoseLayer<S, net.minecraft.client.model.monster.ghast.GhastModel>
com.mrbysco.nosey.client.layer.GhastNoseLayer<S>
public class GhastNoseLayer<S extends net.minecraft.client.renderer.entity.state.GhastRenderState>
extends NoseLayer<S, net.minecraft.client.model.monster.ghast.GhastModel>
-
Constructor Summary
ConstructorsConstructorDescriptionGhastNoseLayer(net.minecraft.client.renderer.entity.RenderLayerParent<S, net.minecraft.client.model.monster.ghast.GhastModel> renderLayerParent, net.minecraft.client.model.geom.EntityModelSet modelSet) -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.minecraft.client.model.EntityModel<? super S> net.minecraft.resources.IdentifiernoseTextureLocation(S renderState) Methods inherited from class net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, renderColoredCutoutModel
-
Constructor Details
-
GhastNoseLayer
public GhastNoseLayer(net.minecraft.client.renderer.entity.RenderLayerParent<S, net.minecraft.client.model.monster.ghast.GhastModel> renderLayerParent, net.minecraft.client.model.geom.EntityModelSet modelSet)
-
-
Method Details
-
getNoseModel
- Specified by:
getNoseModelin classNoseLayer<S extends net.minecraft.client.renderer.entity.state.GhastRenderState, net.minecraft.client.model.monster.ghast.GhastModel>
-
noseTextureLocation
- Specified by:
noseTextureLocationin classNoseLayer<S extends net.minecraft.client.renderer.entity.state.GhastRenderState, net.minecraft.client.model.monster.ghast.GhastModel>
-
canRender
-