Class ModelElementTexture
java.lang.Object
net.minecraft.client.render.model.json.ModelElementTexture
- Mappings:
 Namespace Name named net/minecraft/client/render/model/json/ModelElementTextureintermediary net/minecraft/class_787official gnk
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionModelElementTexture(@org.jetbrains.annotations.Nullable float[] uvs, int rotation)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetDirectionIndex(int offset) private intgetRotatedUVIndex(int rotation) floatgetU(int rotation) floatgetV(int rotation) voidsetUvs(float[] uvs)  
- 
Field Details
- 
uvs
public float[] uvs- Mappings:
 Namespace Name Mixin selector named uvsLnet/minecraft/client/render/model/json/ModelElementTexture;uvs:[Fintermediary field_4235Lnet/minecraft/class_787;field_4235:[Fofficial aLgnk;a:[F
 - 
rotation
public final int rotation- Mappings:
 Namespace Name Mixin selector named rotationLnet/minecraft/client/render/model/json/ModelElementTexture;rotation:Iintermediary field_4234Lnet/minecraft/class_787;field_4234:Iofficial bLgnk;b:I
 
 - 
 - 
Constructor Details
- 
ModelElementTexture
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/model/json/ModelElementTexture;<init>([FI)Vintermediary <init>Lnet/minecraft/class_787;<init>([FI)Vofficial <init>Lgnk;<init>([FI)V
 
 - 
 - 
Method Details
- 
getU
public float getU(int rotation) - Mappings:
 Namespace Name Mixin selector named getULnet/minecraft/client/render/model/json/ModelElementTexture;getU(I)Fintermediary method_3415Lnet/minecraft/class_787;method_3415(I)Fofficial aLgnk;a(I)F
 - 
getV
public float getV(int rotation) - Mappings:
 Namespace Name Mixin selector named getVLnet/minecraft/client/render/model/json/ModelElementTexture;getV(I)Fintermediary method_3416Lnet/minecraft/class_787;method_3416(I)Fofficial bLgnk;b(I)F
 - 
getRotatedUVIndex
private int getRotatedUVIndex(int rotation) - Mappings:
 Namespace Name Mixin selector named getRotatedUVIndexLnet/minecraft/client/render/model/json/ModelElementTexture;getRotatedUVIndex(I)Iintermediary method_3413Lnet/minecraft/class_787;method_3413(I)Iofficial dLgnk;d(I)I
 - 
getDirectionIndex
public int getDirectionIndex(int offset) - Mappings:
 Namespace Name Mixin selector named getDirectionIndexLnet/minecraft/client/render/model/json/ModelElementTexture;getDirectionIndex(I)Iintermediary method_3414Lnet/minecraft/class_787;method_3414(I)Iofficial cLgnk;c(I)I
 - 
setUvs
public void setUvs(float[] uvs) - Mappings:
 Namespace Name Mixin selector named setUvsLnet/minecraft/client/render/model/json/ModelElementTexture;setUvs([F)Vintermediary method_3417Lnet/minecraft/class_787;method_3417([F)Vofficial aLgnk;a([F)V
 
 -