Package net.minecraft.data.client.model
Class When.LogicalCondition
java.lang.Object
net.minecraft.data.client.model.When.LogicalCondition
- All Implemented Interfaces:
Supplier<JsonElement>
,When
- Enclosing interface:
- When
- Mappings:
Namespace Name official jd$a
intermediary net/minecraft/class_4918$class_4919
named net/minecraft/data/client/model/When$LogicalCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.client.model.When
When.LogicalCondition, When.LogicalOperator, When.PropertyCondition
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
operator
- Mappings:
Namespace Name Mixin selector official a
Ljd$a;a:Ljd$b;
intermediary field_22848
Lnet/minecraft/class_4918$class_4919;field_22848:Lnet/minecraft/class_4918$class_4920;
named operator
Lnet/minecraft/data/client/model/When$LogicalCondition;operator:Lnet/minecraft/data/client/model/When$LogicalOperator;
-
components
- Mappings:
Namespace Name Mixin selector official b
Ljd$a;b:Ljava/util/List;
intermediary field_22849
Lnet/minecraft/class_4918$class_4919;field_22849:Ljava/util/List;
named components
Lnet/minecraft/data/client/model/When$LogicalCondition;components:Ljava/util/List;
-
-
Constructor Details
-
LogicalCondition
LogicalCondition(When.LogicalOperator logicalOperator, List<When> list)
-
-
Method Details
-
validate
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
- Mappings:
Namespace Name Mixin selector official b
Ljd$a;b()Lcom/google/gson/JsonElement;
intermediary method_25748
Lnet/minecraft/class_4918$class_4919;method_25748()Lcom/google/gson/JsonElement;
named get
Lnet/minecraft/data/client/model/When$LogicalCondition;get()Lcom/google/gson/JsonElement;
-