Uses of Interface
net.minecraft.client.resources.model.geometry.UnbakedGeometry
Packages that use UnbakedGeometry
Package
Description
Extension interfaces for
client-only classes.-
Uses of UnbakedGeometry in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type UnbakedGeometryModifier and TypeFieldDescriptionprivate static final ModelDiscovery.Slot<UnbakedGeometry> ModelDiscovery.ModelWrapper.KEY_GEOMETRYMethods in net.minecraft.client.resources.model that return UnbakedGeometryModifier and TypeMethodDescriptionstatic UnbakedGeometryResolvedModel.findTopGeometry(ResolvedModel current) default @Nullable UnbakedGeometryUnbakedModel.geometry()ModelDiscovery.ModelWrapper.getTopGeometry()default UnbakedGeometryResolvedModel.getTopGeometry() -
Uses of UnbakedGeometry in net.minecraft.client.resources.model.cuboid
Classes in net.minecraft.client.resources.model.cuboid that implement UnbakedGeometryFields in net.minecraft.client.resources.model.cuboid declared as UnbakedGeometryModifier and TypeFieldDescriptionprivate final @Nullable UnbakedGeometryCuboidModel.geometryThe field for thegeometryrecord component.Methods in net.minecraft.client.resources.model.cuboid that return UnbakedGeometryModifier and TypeMethodDescription@Nullable UnbakedGeometryCuboidModel.geometry()Returns the value of thegeometryrecord component.ItemModelGenerator.geometry()protected @Nullable UnbakedGeometryCuboidModel.Deserializer.getElements(com.google.gson.JsonDeserializationContext context, com.google.gson.JsonObject object) Constructors in net.minecraft.client.resources.model.cuboid with parameters of type UnbakedGeometryModifierConstructorDescriptionCuboidModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent) CuboidModel(@Nullable UnbakedGeometry geometry, @Nullable UnbakedModel.GuiLight guiLight, @Nullable Boolean ambientOcclusion, @Nullable ItemTransforms transforms, TextureSlots.Data textureSlots, @Nullable Identifier parent, @Nullable Transformation rootTransform, Map<String, Boolean> partVisibility) Creates an instance of aCuboidModelrecord class. -
Uses of UnbakedGeometry in net.minecraft.client.resources.model.geometry
Fields in net.minecraft.client.resources.model.geometry declared as UnbakedGeometry -
Uses of UnbakedGeometry in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return UnbakedGeometry -
Uses of UnbakedGeometry in net.neoforged.neoforge.client.model
Subinterfaces of UnbakedGeometry in net.neoforged.neoforge.client.modelModifier and TypeInterfaceDescriptioninterfaceBase interface for unbaked models that wish to support the NeoForge-addedbakemethod that receives additional properties.Classes in net.neoforged.neoforge.client.model that implement UnbakedGeometryMethods in net.neoforged.neoforge.client.model that return UnbakedGeometryModifier and TypeMethodDescriptionCompositeUnbakedModel.geometry()@Nullable UnbakedGeometryDelegateUnbakedModel.geometry()EmptyModel.geometry() -
Uses of UnbakedGeometry in net.neoforged.neoforge.client.model.obj
Classes in net.neoforged.neoforge.client.model.obj that implement UnbakedGeometryMethods in net.neoforged.neoforge.client.model.obj that return UnbakedGeometry