Class CTSpriteShiftEntry
java.lang.Object
com.simibubi.create.foundation.block.render.SpriteShiftEntry
com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry
-
Field Summary
FieldsFields inherited from class com.simibubi.create.foundation.block.render.SpriteShiftEntry
original, target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetTargetU(float localU, int index) floatgetTargetV(float localV, int index) getType()Methods inherited from class com.simibubi.create.foundation.block.render.SpriteShiftEntry
getOriginal, getOriginalResourceLocation, getTarget, getTargetResourceLocation, getTargetU, getTargetV, getUnInterpolatedU, getUnInterpolatedV, set
-
Field Details
-
type
-
-
Constructor Details
-
CTSpriteShiftEntry
-
-
Method Details
-
getType
-
getTargetU
public float getTargetU(float localU, int index) -
getTargetV
public float getTargetV(float localV, int index)
-