Interface ITexturedModelExtension
public interface ITexturedModelExtension
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionprivate net.minecraft.client.data.models.model.TexturedModel
self()
default net.minecraft.client.data.models.model.TexturedModel
updateTemplate
(UnaryOperator<net.minecraft.client.data.models.model.ModelTemplate> modifier) Returns a new textured model holding the modifiedModelTemplate
-
Method Details
-
updateTemplate
default net.minecraft.client.data.models.model.TexturedModel updateTemplate(UnaryOperator<net.minecraft.client.data.models.model.ModelTemplate> modifier) Returns a new textured model holding the modifiedModelTemplate
-
self
private net.minecraft.client.data.models.model.TexturedModel self()
-