Class PartialModel
java.lang.Object
dev.engine_room.flywheel.lib.model.baked.PartialModel
A helper class for loading and accessing JSON models not directly used by any blocks or items.
Creating a PartialModel will make Minecraft automatically load the associated modelLocation.
Once Minecraft has finished baking all models, all PartialModels will have their bakedModel fields populated.
Creating a PartialModel will make Minecraft automatically load the associated modelLocation.
Once Minecraft has finished baking all models, all PartialModels will have their bakedModel fields populated.
-
Method Summary
Modifier and TypeMethodDescription@UnknownNullability net.minecraft.client.resources.model.BakedModelget()net.minecraft.resources.ResourceLocationstatic PartialModelof(net.minecraft.resources.ResourceLocation modelLocation)
-
Method Details
-
of
-
get
public @UnknownNullability net.minecraft.client.resources.model.BakedModel get() -
modelLocation
public net.minecraft.resources.ResourceLocation modelLocation()
-