Class ModelProperties
java.lang.Object
codechicken.lib.model.bakedmodels.ModelProperties
- All Implemented Interfaces:
Copyable<ModelProperties>
- Direct Known Subclasses:
ModelProperties.PerspectiveProperties
Deprecated.
Created by covers1624 on 19/11/2016.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.Created by covers1624 on 21/02/2017. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ModelPropertiesDeprecated.static final ModelPropertiesDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelProperties.Builderbuilder()Deprecated.copy()Deprecated.static ModelPropertiesfromModel(net.minecraft.client.resources.model.BakedModel model) Deprecated.net.minecraft.client.renderer.texture.TextureAtlasSpriteDeprecated.booleanDeprecated.booleanDeprecated.booleanisGui3d()Deprecated.Deprecated.booleanDeprecated.
-
Field Details
-
DEFAULT_ITEM
Deprecated. -
DEFAULT_BLOCK
Deprecated.
-
-
Method Details
-
fromModel
Deprecated. -
isAmbientOcclusion
public boolean isAmbientOcclusion()Deprecated. -
isGui3d
public boolean isGui3d()Deprecated. -
isBuiltInRenderer
public boolean isBuiltInRenderer()Deprecated. -
usesBlockLight
public boolean usesBlockLight()Deprecated. -
getParticleTexture
public net.minecraft.client.renderer.texture.TextureAtlasSprite getParticleTexture()Deprecated. -
copy
Deprecated.- Specified by:
copyin interfaceCopyable<ModelProperties>
-
builder
Deprecated. -
toBuilder
Deprecated.
-