public class VertexTransformer extends java.lang.Object implements IVertexConsumer
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected IVertexConsumer |
parent |
| コンストラクタと説明 |
|---|
VertexTransformer(IVertexConsumer parent) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
VertexFormat |
getVertexFormat() |
void |
put(int element,
float... data) |
void |
setApplyDiffuseLighting(boolean diffuse) |
void |
setQuadOrientation(Direction orientation) |
void |
setQuadTint(int tint) |
void |
setTexture(TextureAtlasSprite texture) |
protected final IVertexConsumer parent
public VertexTransformer(IVertexConsumer parent)
public VertexFormat getVertexFormat()
getVertexFormat インタフェース内 IVertexConsumerpublic void setQuadTint(int tint)
setQuadTint インタフェース内 IVertexConsumerpublic void setTexture(TextureAtlasSprite texture)
setTexture インタフェース内 IVertexConsumerpublic void setQuadOrientation(Direction orientation)
setQuadOrientation インタフェース内 IVertexConsumerpublic void setApplyDiffuseLighting(boolean diffuse)
setApplyDiffuseLighting インタフェース内 IVertexConsumerpublic void put(int element,
float... data)
put インタフェース内 IVertexConsumer