java.lang.Object
committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute<int[]>
committee.nova.mods.avaritia.api.client.render.pipeline.attribute.LightingAttribute
所有已实现的接口:
IVertexOperation

public class LightingAttribute extends VertexAttribute<int[]>
Created by covers1624 on 10/10/2016.
  • 字段详细资料

    • attributeKey

      public static final AttributeKey<int[]> attributeKey
  • 构造器详细资料

    • LightingAttribute

      public LightingAttribute()
  • 方法详细资料

    • load

      public boolean load(CCRenderState ccrs)
      从接口复制的说明: IVertexOperation
      Load any required references and add dependencies to the pipeline based on the current model (may be null) Return false if this operation is redundant in the pipeline with the given model
    • operate

      public void operate(CCRenderState ccrs)
      从接口复制的说明: IVertexOperation
      Perform the operation on the current render state