Class ModelTextures.Builder
java.lang.Object
net.minecraft.client.render.model.ModelTextures.Builder
- Enclosing class:
 ModelTextures
- Mappings:
 Namespace Name named net/minecraft/client/render/model/ModelTextures$Builderintermediary net/minecraft/class_10419$class_10423official gzk$c
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Loggerprivate final List<ModelTextures.Textures>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddFirst(ModelTextures.Textures textures) addLast(ModelTextures.Textures textures) build(SimpleModel modelNameSupplier)  
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/client/render/model/ModelTextures$Builder;LOGGER:Lorg/slf4j/Logger;intermediary field_55280Lnet/minecraft/class_10419$class_10423;field_55280:Lorg/slf4j/Logger;official aLgzk$c;a:Lorg/slf4j/Logger;
 - 
textures
- Mappings:
 Namespace Name Mixin selector named texturesLnet/minecraft/client/render/model/ModelTextures$Builder;textures:Ljava/util/List;intermediary field_55281Lnet/minecraft/class_10419$class_10423;field_55281:Ljava/util/List;official bLgzk$c;b:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
addLast
- Mappings:
 Namespace Name Mixin selector named addLastLnet/minecraft/client/render/model/ModelTextures$Builder;addLast(Lnet/minecraft/client/render/model/ModelTextures$Textures;)Lnet/minecraft/client/render/model/ModelTextures$Builder;intermediary method_65550Lnet/minecraft/class_10419$class_10423;method_65550(Lnet/minecraft/class_10419$class_10420;)Lnet/minecraft/class_10419$class_10423;official aLgzk$c;a(Lgzk$a;)Lgzk$c;
 - 
addFirst
- Mappings:
 Namespace Name Mixin selector named addFirstLnet/minecraft/client/render/model/ModelTextures$Builder;addFirst(Lnet/minecraft/client/render/model/ModelTextures$Textures;)Lnet/minecraft/client/render/model/ModelTextures$Builder;intermediary method_65554Lnet/minecraft/class_10419$class_10423;method_65554(Lnet/minecraft/class_10419$class_10420;)Lnet/minecraft/class_10419$class_10423;official bLgzk$c;b(Lgzk$a;)Lgzk$c;
 - 
build
- Mappings:
 Namespace Name Mixin selector named buildLnet/minecraft/client/render/model/ModelTextures$Builder;build(Lnet/minecraft/client/render/model/SimpleModel;)Lnet/minecraft/client/render/model/ModelTextures;intermediary method_65551Lnet/minecraft/class_10419$class_10423;method_65551(Lnet/minecraft/class_10813;)Lnet/minecraft/class_10419;official aLgzk$c;a(Lhue;)Lgzk;
 
 -