类 MultiIconTransformation
java.lang.Object
committee.nova.mods.avaritia.api.util.vec.ITransformation<UV,UVTransformation>
committee.nova.mods.avaritia.api.util.vec.uv.UVTransformation
committee.nova.mods.avaritia.api.util.vec.uv.MultiIconTransformation
- 所有已实现的接口:
IVertexOperation,Copyable<UVTransformation>
-
嵌套类概要
从接口继承的嵌套类/接口 committee.nova.mods.avaritia.api.client.render.pipeline.IVertexOperation
IVertexOperation.VertexOperationRegistry -
字段概要
字段从类继承的字段 committee.nova.mods.avaritia.api.util.vec.uv.UVTransformation
operationIndex -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidApplies this transformation to veccopy()inverse()Attempts to invert the Transformation.voidoperate(CCRenderState ccrs) Perform the operation on the current render state从类继承的方法 committee.nova.mods.avaritia.api.util.vec.uv.UVTransformation
at, load, operationID, with从类继承的方法 committee.nova.mods.avaritia.api.util.vec.ITransformation
$plus$plus, isRedundant, merge
-
字段详细资料
-
icons
public net.minecraft.client.renderer.texture.TextureAtlasSprite[] icons
-
-
构造器详细资料
-
MultiIconTransformation
public MultiIconTransformation(net.minecraft.client.renderer.texture.TextureAtlasSprite... icons) -
MultiIconTransformation
-
-
方法详细资料
-
operate
从接口复制的说明:IVertexOperationPerform the operation on the current render state- 指定者:
operate在接口中IVertexOperation- 覆盖:
operate在类中UVTransformation
-
apply
从类复制的说明:ITransformationApplies this transformation to vec- 指定者:
apply在类中ITransformation<UV,UVTransformation>
-
inverse
从类复制的说明:ITransformationAttempts to invert the Transformation.The transformations inverse may be itself, or the transform may not have an inverse. In that case a
IrreversibleTransformationExceptionis thrown.- 指定者:
inverse在类中ITransformation<UV,UVTransformation> - 返回:
- The inverse transform.
-
copy
-