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.entriesThe field for theentriesrecord 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 theentriesrecord 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 pOwner, Property<T> pProperty, KeyValueCondition.Term pTerm) 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 aTermsrecord class.