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
public static class When.LogicalCondition extends Object implements When
- Mappings:
Namespace Name official it$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
Fields Modifier and Type Field Description private List<When>
components
private When.LogicalOperator
operator
-
Constructor Summary
Constructors Modifier Constructor Description private
LogicalCondition(When.LogicalOperator operator, List<When> components)
-
Method Summary
Modifier and Type Method Description JsonElement
get()
void
validate(StateManager<?,?> stateManager)
-
Field Details
-
operator
- Mappings:
Namespace Name Mixin selector official a
Lit$a;a:Lit$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
Lit$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
- Mappings:
Namespace Name Mixin selector official <init>
Lit$a;<init>(Lit$b;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_4918$class_4919;<init>(Lnet/minecraft/class_4918$class_4920;Ljava/util/List;)V
named <init>
Lnet/minecraft/data/client/model/When$LogicalCondition;<init>(Lnet/minecraft/data/client/model/When$LogicalOperator;Ljava/util/List;)V
-
-
Method Details
-
validate
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
- Mappings:
Namespace Name Mixin selector official b
Lit$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;
-