Uses of Class
alexiil.mc.lib.multipart.api.render.PartModelKey
Package | Description |
---|---|
alexiil.mc.lib.multipart.api |
LibMultiPart's API.
|
alexiil.mc.lib.multipart.api.render |
-
Uses of PartModelKey in alexiil.mc.lib.multipart.api
Methods in alexiil.mc.lib.multipart.api that return PartModelKey Modifier and Type Method Description abstract PartModelKey
AbstractPart. getModelKey()
Called on the client for both rendering, and checking if this needs to re-render inMultipartContainer.redrawIfChanged()
. -
Uses of PartModelKey in alexiil.mc.lib.multipart.api.render
Classes in alexiil.mc.lib.multipart.api.render with type parameters of type PartModelKey Modifier and Type Interface Description interface
PartModelBaker<K extends PartModelKey>
Methods in alexiil.mc.lib.multipart.api.render with type parameters of type PartModelKey Modifier and Type Method Description <K extends PartModelKey>
voidPartStaticModelRegisterEvent.StaticModelRenderer. register(java.lang.Class<K> clazz, PartModelBaker<K> renderer)