Class KeyValueCondition
java.lang.Object
net.minecraft.client.renderer.block.model.multipart.KeyValueCondition
- All Implemented Interfaces:
Condition
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate Predicate<BlockState>
getBlockStatePredicate
(StateDefinition<Block, BlockState> p_111945_, Property<?> p_111946_, String p_111947_) getPredicate
(StateDefinition<Block, BlockState> p_111960_) toString()
-
Field Details
-
PIPE_SPLITTER
private static final com.google.common.base.Splitter PIPE_SPLITTER -
key
-
value
-
-
Constructor Details
-
KeyValueCondition
-
-
Method Details
-
getPredicate
- Specified by:
getPredicate
in interfaceCondition
-
getBlockStatePredicate
private Predicate<BlockState> getBlockStatePredicate(StateDefinition<Block, BlockState> p_111945_, Property<?> p_111946_, String p_111947_) -
toString
-