Package net.minecraft.data.client
Interface TexturedModel.Factory
- Enclosing class:
TexturedModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official lr$a
intermediary net/minecraft/class_4946$class_4947
named net/minecraft/data/client/TexturedModel$Factory
-
Method Summary
Modifier and TypeMethodDescriptiondefault TexturedModel.Factory
andThen
(Consumer<TextureMap> consumer) default Identifier
upload
(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) default Identifier
upload
(Block block, BiConsumer<Identifier, Supplier<JsonElement>> writer)
-
Method Details
-
get
- Mappings:
Namespace Name Mixin selector official get
Llr$a;get(Lcpi;)Llr;
intermediary get
Lnet/minecraft/class_4946$class_4947;get(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4946;
named get
Lnet/minecraft/data/client/TexturedModel$Factory;get(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/TexturedModel;
-
upload
- Mappings:
Namespace Name Mixin selector official create
Llr$a;create(Lcpi;Ljava/util/function/BiConsumer;)Ladd;
intermediary method_25923
Lnet/minecraft/class_4946$class_4947;method_25923(Lnet/minecraft/class_2248;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_2960;
named upload
Lnet/minecraft/data/client/TexturedModel$Factory;upload(Lnet/minecraft/block/Block;Ljava/util/function/BiConsumer;)Lnet/minecraft/util/Identifier;
-
upload
default Identifier upload(Block block, String suffix, BiConsumer<Identifier, Supplier<JsonElement>> writer) - Mappings:
Namespace Name Mixin selector official createWithSuffix
Llr$a;createWithSuffix(Lcpi;Ljava/lang/String;Ljava/util/function/BiConsumer;)Ladd;
intermediary method_25922
Lnet/minecraft/class_4946$class_4947;method_25922(Lnet/minecraft/class_2248;Ljava/lang/String;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_2960;
named upload
Lnet/minecraft/data/client/TexturedModel$Factory;upload(Lnet/minecraft/block/Block;Ljava/lang/String;Ljava/util/function/BiConsumer;)Lnet/minecraft/util/Identifier;
-
andThen
- Mappings:
Namespace Name Mixin selector official updateTexture
Llr$a;updateTexture(Ljava/util/function/Consumer;)Llr$a;
intermediary method_35912
Lnet/minecraft/class_4946$class_4947;method_35912(Ljava/util/function/Consumer;)Lnet/minecraft/class_4946$class_4947;
named andThen
Lnet/minecraft/data/client/TexturedModel$Factory;andThen(Ljava/util/function/Consumer;)Lnet/minecraft/data/client/TexturedModel$Factory;
-