Package net.minecraft.data.client.model
Interface When
- All Superinterfaces:
Supplier<JsonElement>
- All Known Implementing Classes:
When.LogicalCondition,When.PropertyCondition
public interface When extends Supplier<JsonElement>
- Mappings:
Namespace Name official itintermediary net/minecraft/class_4918named net/minecraft/data/client/model/When
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWhen.LogicalConditionstatic classWhen.LogicalOperatorstatic classWhen.PropertyCondition -
Method Summary
Modifier and Type Method Description static WhenanyOf(When[] conditions)static When.PropertyConditioncreate()voidvalidate(StateManager<?,?> stateManager)
-
Method Details
-
validate
- Mappings:
Namespace Name Mixin selector official aLit;a(Lchu;)Vintermediary method_25745Lnet/minecraft/class_4918;method_25745(Lnet/minecraft/class_2689;)Vnamed validateLnet/minecraft/data/client/model/When;validate(Lnet/minecraft/state/StateManager;)V
-
create
- Mappings:
Namespace Name Mixin selector official aLit;a()Lit$c;intermediary method_25744Lnet/minecraft/class_4918;method_25744()Lnet/minecraft/class_4918$class_4921;named createLnet/minecraft/data/client/model/When;create()Lnet/minecraft/data/client/model/When$PropertyCondition;
-
anyOf
- Mappings:
Namespace Name Mixin selector official bLit;b([Lit;)Lit;intermediary method_25746Lnet/minecraft/class_4918;method_25746([Lnet/minecraft/class_4918;)Lnet/minecraft/class_4918;named anyOfLnet/minecraft/data/client/model/When;anyOf([Lnet/minecraft/data/client/model/When;)Lnet/minecraft/data/client/model/When;
-