Class BasicTexturedLayer
-
- All Implemented Interfaces:
public final class BasicTexturedLayer<T extends GeoAnimatable> extends GeoRenderLayer<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BasicTexturedLayer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocation
texture
protected final GeoRenderer<T>
renderer
public final static BasicTexturedLayer.Companion
Companion
-
Constructor Summary
Constructors Constructor Description BasicTexturedLayer(String texture, GeoRenderer<T> entityRendererIn)
BasicTexturedLayer(ResourceLocation texture, GeoRenderer<T> entityRendererIn)
-
Method Summary
Modifier and Type Method Description final ResourceLocation
getTexture()
Unit
render(PoseStack poseStack, T animatable, BakedGeoModel bakedModel, RenderType renderType, MultiBufferSource bufferSource, VertexConsumer buffer, Float partialTick, Integer packedLight, Integer packedOverlay)
-
Methods inherited from class software.bernie.geckolib.renderer.layer.GeoRenderLayer
getDefaultBakedModel, getGeoModel, getRenderer, getTextureResource, preRender, renderForBone
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-