java.lang.Object
net.minecraft.client.renderer.block.model.BakedQuad
de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad
de.mrjulsen.mcdragonlib.client.model.extension.neoforge.DLBakedQuadImpl

public class DLBakedQuadImpl extends de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad
  • Field Summary

    Fields inherited from class de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad

    ambientOcclusion, emissive, tags

    Fields inherited from class net.minecraft.client.renderer.block.model.BakedQuad

    direction, sprite, tintIndex, vertices
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    DLBakedQuadImpl(int[] vertices, int tintIndex, net.minecraft.core.Direction direction, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, boolean shade, boolean ambientOcclusion, boolean emissive, List<String> tags)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad
    create(int[] vertices, int tintIndex, net.minecraft.core.Direction direction, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, boolean shade, boolean ambientOcclusion, boolean emissive, List<String> tags)
     
    boolean
     

    Methods inherited from class de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad

    create, getTags, isAmbientOcclusion, isEmissive

    Methods inherited from class net.minecraft.client.renderer.block.model.BakedQuad

    getDirection, getSprite, getTintIndex, getVertices, isShade, isTinted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DLBakedQuadImpl

      protected DLBakedQuadImpl(int[] vertices, int tintIndex, net.minecraft.core.Direction direction, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, boolean shade, boolean ambientOcclusion, boolean emissive, List<String> tags)
  • Method Details

    • hasAmbientOcclusion

      public boolean hasAmbientOcclusion()
      Overrides:
      hasAmbientOcclusion in class net.minecraft.client.renderer.block.model.BakedQuad
    • create

      public static de.mrjulsen.mcdragonlib.client.model.extension.DLBakedQuad create(int[] vertices, int tintIndex, net.minecraft.core.Direction direction, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite, boolean shade, boolean ambientOcclusion, boolean emissive, List<String> tags)