Class MultiVariant
java.lang.Object
net.minecraft.client.renderer.block.model.MultiVariant
- All Implemented Interfaces:
UnbakedModel
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbake
(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) boolean
int
hashCode()
void
resolveParents
(Function<ResourceLocation, UnbakedModel> p_249314_)
-
Field Details
-
variants
-
-
Constructor Details
-
MultiVariant
-
-
Method Details
-
getVariants
-
equals
-
hashCode
public int hashCode() -
getDependencies
- Specified by:
getDependencies
in interfaceUnbakedModel
-
resolveParents
- Specified by:
resolveParents
in interfaceUnbakedModel
-
bake
@Nullable public BakedModel bake(ModelBaker p_249016_, Function<Material, TextureAtlasSprite> p_111851_, ModelState p_111852_, ResourceLocation p_111853_) - Specified by:
bake
in interfaceUnbakedModel
-