Package net.minecraft.data.client
Class BlockStateVariant
java.lang.Object
net.minecraft.data.client.BlockStateVariant
- All Implemented Interfaces:
Supplier<JsonElement>
The supplier for a
ModelVariant
's JSON representation.- Mappings:
Namespace Name official kx
intermediary net/minecraft/class_4935
named net/minecraft/data/client/BlockStateVariant
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockStateVariant
create()
get()
put
(VariantSetting<T> key, T value) static JsonElement
toJson
(List<BlockStateVariant> variants) static BlockStateVariant
union
(BlockStateVariant first, BlockStateVariant second)
-
Field Details
-
properties
- Mappings:
Namespace Name Mixin selector official a
Lkx;a:Ljava/util/Map;
intermediary field_22884
Lnet/minecraft/class_4935;field_22884:Ljava/util/Map;
named properties
Lnet/minecraft/data/client/BlockStateVariant;properties:Ljava/util/Map;
-
-
Constructor Details
-
BlockStateVariant
public BlockStateVariant()
-
-
Method Details
-
put
- Mappings:
Namespace Name Mixin selector official a
Lkx;a(Lkz;Ljava/lang/Object;)Lkx;
intermediary method_25828
Lnet/minecraft/class_4935;method_25828(Lnet/minecraft/class_4938;Ljava/lang/Object;)Lnet/minecraft/class_4935;
named put
Lnet/minecraft/data/client/BlockStateVariant;put(Lnet/minecraft/data/client/VariantSetting;Ljava/lang/Object;)Lnet/minecraft/data/client/BlockStateVariant;
-
create
- Mappings:
Namespace Name Mixin selector official a
Lkx;a()Lkx;
intermediary method_25824
Lnet/minecraft/class_4935;method_25824()Lnet/minecraft/class_4935;
named create
Lnet/minecraft/data/client/BlockStateVariant;create()Lnet/minecraft/data/client/BlockStateVariant;
-
union
- Mappings:
Namespace Name Mixin selector official a
Lkx;a(Lkx;Lkx;)Lkx;
intermediary method_25827
Lnet/minecraft/class_4935;method_25827(Lnet/minecraft/class_4935;Lnet/minecraft/class_4935;)Lnet/minecraft/class_4935;
named union
Lnet/minecraft/data/client/BlockStateVariant;union(Lnet/minecraft/data/client/BlockStateVariant;Lnet/minecraft/data/client/BlockStateVariant;)Lnet/minecraft/data/client/BlockStateVariant;
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
- Mappings:
Namespace Name Mixin selector official b
Lkx;b()Lcom/google/gson/JsonElement;
intermediary method_25830
Lnet/minecraft/class_4935;method_25830()Lcom/google/gson/JsonElement;
named get
Lnet/minecraft/data/client/BlockStateVariant;get()Lcom/google/gson/JsonElement;
-
toJson
- Mappings:
Namespace Name Mixin selector official a
Lkx;a(Ljava/util/List;)Lcom/google/gson/JsonElement;
intermediary method_25829
Lnet/minecraft/class_4935;method_25829(Ljava/util/List;)Lcom/google/gson/JsonElement;
named toJson
Lnet/minecraft/data/client/BlockStateVariant;toJson(Ljava/util/List;)Lcom/google/gson/JsonElement;
-