Uses of Interface
net.minecraft.client.render.model.Geometry
Packages that use Geometry
Package
Description
The base package for all Minecraft classes.
-
Uses of Geometry in net.minecraft
Classes in net.minecraft that implement GeometryMethods in net.minecraft that return GeometryModifier and TypeMethodDescriptiondefault Geometryclass_10819.getGeometry()static Geometryclass_10819.getGeometry(class_10819 class_10819) -
Uses of Geometry in net.minecraft.client.render.model
Fields 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.class_10814.GEOMETRY_PROPERTYMethods in net.minecraft.client.render.model that return GeometryModifier and TypeMethodDescriptionUnbakedModel.geometry()ReferencedModelsCollector.class_10814.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)