Uses of Record Class
net.minecraft.client.render.model.json.MultipartModelComponent
Packages that use MultipartModelComponent
Package
Description
-
Uses of MultipartModelComponent in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type MultipartModelComponentModifier and TypeFieldDescriptionprivate final List<MultipartModelComponent> MultipartBlockStateSupplier.multiparts -
Uses of MultipartModelComponent in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type MultipartModelComponentModifier and TypeFieldDescriptionprivate final List<MultipartModelComponent> MultipartUnbakedModel.Serialized.selectorsThe field for theselectorsrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type MultipartModelComponentModifier and TypeMethodDescriptionMultipartUnbakedModel.Serialized.selectors()Returns the value of theselectorsrecord component.Constructor parameters in net.minecraft.client.render.model with type arguments of type MultipartModelComponent -
Uses of MultipartModelComponent in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type MultipartModelComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MultipartModelComponent> MultipartModelComponent.field_56952