Package net.minecraft.data.client.model
Class MultipartBlockStateSupplier
java.lang.Object
net.minecraft.data.client.model.MultipartBlockStateSupplier
- All Implemented Interfaces:
Supplier<JsonElement>
,BlockStateSupplier
- Mappings:
Namespace Name official iz
intermediary net/minecraft/class_4922
named net/minecraft/data/client/model/MultipartBlockStateSupplier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MultipartBlockStateSupplier
get()
getBlock()
with(List<BlockStateVariant> variants)
with(BlockStateVariant variant)
with(When condition, List<BlockStateVariant> variants)
with(When condition, BlockStateVariant variant)
with(When condition, BlockStateVariant[] variants)
-
Field Details
-
block
- Mappings:
Namespace Name Mixin selector official a
Liz;a:Lbyw;
intermediary field_22855
Lnet/minecraft/class_4922;field_22855:Lnet/minecraft/class_2248;
named block
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;block:Lnet/minecraft/block/Block;
-
multiparts
- Mappings:
Namespace Name Mixin selector official b
Liz;b:Ljava/util/List;
intermediary field_22856
Lnet/minecraft/class_4922;field_22856:Ljava/util/List;
named multiparts
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;multiparts:Ljava/util/List;
-
-
Constructor Details
-
MultipartBlockStateSupplier
- Mappings:
Namespace Name Mixin selector official <init>
Liz;<init>(Lbyw;)V
intermediary <init>
Lnet/minecraft/class_4922;<init>(Lnet/minecraft/class_2248;)V
named <init>
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;<init>(Lnet/minecraft/block/Block;)V
-
-
Method Details
-
getBlock
- Specified by:
getBlock
in interfaceBlockStateSupplier
- Mappings:
Namespace Name Mixin selector official a
Lix;a()Lbyw;
intermediary method_25743
Lnet/minecraft/class_4917;method_25743()Lnet/minecraft/class_2248;
named getBlock
Lnet/minecraft/data/client/model/BlockStateSupplier;getBlock()Lnet/minecraft/block/Block;
-
create
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Lbyw;)Liz;
intermediary method_25758
Lnet/minecraft/class_4922;method_25758(Lnet/minecraft/class_2248;)Lnet/minecraft/class_4922;
named create
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;create(Lnet/minecraft/block/Block;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
with
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Ljava/util/List;)Liz;
intermediary method_25764
Lnet/minecraft/class_4922;method_25764(Ljava/util/List;)Lnet/minecraft/class_4922;
named with
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;with(Ljava/util/List;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
with
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Ljd;)Liz;
intermediary method_25763
Lnet/minecraft/class_4922;method_25763(Lnet/minecraft/class_4935;)Lnet/minecraft/class_4922;
named with
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;with(Lnet/minecraft/data/client/model/BlockStateVariant;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
with
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Liy;Ljava/util/List;)Liz;
intermediary method_25761
Lnet/minecraft/class_4922;method_25761(Lnet/minecraft/class_4918;Ljava/util/List;)Lnet/minecraft/class_4922;
named with
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;with(Lnet/minecraft/data/client/model/When;Ljava/util/List;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
with
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Liy;[Ljd;)Liz;
intermediary method_25762
Lnet/minecraft/class_4922;method_25762(Lnet/minecraft/class_4918;[Lnet/minecraft/class_4935;)Lnet/minecraft/class_4922;
named with
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;with(Lnet/minecraft/data/client/model/When;[Lnet/minecraft/data/client/model/BlockStateVariant;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
with
- Mappings:
Namespace Name Mixin selector official a
Liz;a(Liy;Ljd;)Liz;
intermediary method_25760
Lnet/minecraft/class_4922;method_25760(Lnet/minecraft/class_4918;Lnet/minecraft/class_4935;)Lnet/minecraft/class_4922;
named with
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;with(Lnet/minecraft/data/client/model/When;Lnet/minecraft/data/client/model/BlockStateVariant;)Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
- Mappings:
Namespace Name Mixin selector official b
Liz;b()Lcom/google/gson/JsonElement;
intermediary method_25765
Lnet/minecraft/class_4922;method_25765()Lcom/google/gson/JsonElement;
named get
Lnet/minecraft/data/client/model/MultipartBlockStateSupplier;get()Lcom/google/gson/JsonElement;
-