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_PROPERTY
Methods in net.minecraft.client.render.model that return GeometryModifier and TypeMethodDescriptionUnbakedModel.geometry()
default Geometry
BakedSimpleModel.getGeometry()
static Geometry
BakedSimpleModel.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.geometry
The field for thegeometry
record 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 thegeometry
record 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)