Uses of Record Class
net.minecraft.client.render.model.json.SimpleMultipartModelSelector.Term
Packages that use SimpleMultipartModelSelector.Term
-
Uses of SimpleMultipartModelSelector.Term in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type SimpleMultipartModelSelector.TermModifier and TypeFieldDescriptionprivate final List
<SimpleMultipartModelSelector.Term> SimpleMultipartModelSelector.Terms.entries
The field for theentries
record component.Methods in net.minecraft.client.render.model.json that return SimpleMultipartModelSelector.TermModifier and TypeMethodDescriptionMethods in net.minecraft.client.render.model.json that return types with arguments of type SimpleMultipartModelSelector.TermModifier and TypeMethodDescriptionSimpleMultipartModelSelector.Terms.entries()
Returns the value of theentries
record component.Methods in net.minecraft.client.render.model.json with parameters of type SimpleMultipartModelSelector.TermModifier and TypeMethodDescriptionprivate <T extends Comparable<T>>
Predicate<T> SimpleMultipartModelSelector.Terms.instantiate
(Object object, Property<T> property, SimpleMultipartModelSelector.Term term) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type SimpleMultipartModelSelector.TermModifierConstructorDescriptionTerms
(List<SimpleMultipartModelSelector.Term> entries) Creates an instance of aTerms
record class.