Class OrCondition
- java.lang.Object
-
- net.minecraft.client.renderer.model.multipart.OrCondition
-
- All Implemented Interfaces:
ICondition
public class OrCondition extends java.lang.Object implements ICondition
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Iterable<? extends ICondition>
conditions
-
Fields inherited from interface net.minecraft.client.renderer.model.multipart.ICondition
FALSE, TRUE
-
-
Constructor Summary
Constructors Constructor Description OrCondition(java.lang.Iterable<? extends ICondition> p_i46563_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Predicate<BlockState>
getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
-
-
-
Field Detail
-
conditions
private final java.lang.Iterable<? extends ICondition> conditions
-
-
Constructor Detail
-
OrCondition
public OrCondition(java.lang.Iterable<? extends ICondition> p_i46563_1_)
-
-
Method Detail
-
getPredicate
public java.util.function.Predicate<BlockState> getPredicate(StateContainer<Block,BlockState> p_getPredicate_1_)
- Specified by:
getPredicate
in interfaceICondition
-
-