Uses of Record Class
net.minecraft.client.renderer.block.model.multipart.KeyValueCondition.Term
Packages that use KeyValueCondition.Term
-
Uses of KeyValueCondition.Term in net.minecraft.client.renderer.block.model.multipart
Fields in net.minecraft.client.renderer.block.model.multipart with type parameters of type KeyValueCondition.TermModifier and TypeFieldDescriptionprivate final List
<KeyValueCondition.Term> KeyValueCondition.Terms.entries
The field for theentries
record component.Methods in net.minecraft.client.renderer.block.model.multipart that return KeyValueCondition.TermMethods in net.minecraft.client.renderer.block.model.multipart that return types with arguments of type KeyValueCondition.TermModifier and TypeMethodDescriptionKeyValueCondition.Terms.entries()
Returns the value of theentries
record component.Methods in net.minecraft.client.renderer.block.model.multipart with parameters of type KeyValueCondition.TermModifier and TypeMethodDescriptionprivate <T extends Comparable<T>>
Predicate<T> KeyValueCondition.Terms.instantiate
(Object p_405656_, Property<T> p_405057_, KeyValueCondition.Term p_405563_) Constructor parameters in net.minecraft.client.renderer.block.model.multipart with type arguments of type KeyValueCondition.TermModifierConstructorDescriptionTerms
(List<KeyValueCondition.Term> entries) Creates an instance of aTerms
record class.