Uses of Interface
net.minecraft.client.render.model.Geometry
Packages that use Geometry
-
Uses of Geometry in net.minecraft.client.render.model
Classes in net.minecraft.client.render.model that implement GeometryFields in net.minecraft.client.render.model declared as GeometryFields in net.minecraft.client.render.model with type parameters of type GeometryModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property<Geometry> ReferencedModelsCollector.Holder.GEOMETRY_PROPERTYMethods in net.minecraft.client.render.model that return GeometryModifier and TypeMethodDescriptionUnbakedModel.geometry()default GeometryBakedSimpleModel.getGeometry()static GeometryBakedSimpleModel.getGeometry(BakedSimpleModel model) ReferencedModelsCollector.Holder.getGeometry() -
Uses of Geometry in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as GeometryModifier and TypeFieldDescriptionJsonUnbakedModel.geometryThe field for thegeometryrecord component.Methods in net.minecraft.client.render.model.json that return GeometryModifier and TypeMethodDescriptionJsonUnbakedModel.Deserializer.elementsFromJson(JsonDeserializationContext context, JsonObject json) GeneratedItemModel.geometry()JsonUnbakedModel.geometry()Returns the value of thegeometryrecord component.Constructors in net.minecraft.client.render.model.json with parameters of type GeometryModifierConstructorDescriptionJsonUnbakedModel(@Nullable Geometry geometry, UnbakedModel.GuiLight guiLight, @Nullable Boolean bool, @Nullable ModelTransformation modelTransformation, ModelTextures.Textures textures, @Nullable Identifier identifier)