Package net.minecraft.client.data
Class MultipartBlockStateSupplier.Multipart
java.lang.Object
net.minecraft.client.data.MultipartBlockStateSupplier.Multipart
- All Implemented Interfaces:
Supplier<JsonElement>
- Direct Known Subclasses:
MultipartBlockStateSupplier.ConditionalMultipart
- Enclosing class:
MultipartBlockStateSupplier
@Environment(CLIENT)
private static class MultipartBlockStateSupplier.Multipart
extends Object
implements Supplier<JsonElement>
- Mappings:
Namespace Name named net/minecraft/client/data/MultipartBlockStateSupplier$Multipart
intermediary net/minecraft/class_4922$class_4924
official fnh$b
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
extraToJson
(JsonObject json) get()
void
validate
(StateManager<?, ?> stateManager)
-
Field Details
-
Constructor Details
-
Multipart
Multipart(List<BlockStateVariant> variants) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/data/MultipartBlockStateSupplier$Multipart;<init>(Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_4922$class_4924;<init>(Ljava/util/List;)V
official <init>
Lfnh$b;<init>(Ljava/util/List;)V
-
-
Method Details
-
validate
- Mappings:
Namespace Name Mixin selector named validate
Lnet/minecraft/client/data/MultipartBlockStateSupplier$Multipart;validate(Lnet/minecraft/state/StateManager;)V
intermediary method_25767
Lnet/minecraft/class_4922$class_4924;method_25767(Lnet/minecraft/class_2689;)V
official a
Lfnh$b;a(Ldwz;)V
-
extraToJson
- Mappings:
Namespace Name Mixin selector named extraToJson
Lnet/minecraft/client/data/MultipartBlockStateSupplier$Multipart;extraToJson(Lcom/google/gson/JsonObject;)V
intermediary method_25768
Lnet/minecraft/class_4922$class_4924;method_25768(Lcom/google/gson/JsonObject;)V
official a
Lfnh$b;a(Lcom/google/gson/JsonObject;)V
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
- Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/client/data/MultipartBlockStateSupplier$Multipart;get()Lcom/google/gson/JsonElement;
intermediary method_25766
Lnet/minecraft/class_4922$class_4924;method_25766()Lcom/google/gson/JsonElement;
official a
Lfnh$b;a()Lcom/google/gson/JsonElement;
-