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