17 lines
378 B
Java
17 lines
378 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.client.model;
|
|
|
|
import net.minecraft.client.model.FelineModel;
|
|
import net.minecraft.client.model.geom.ModelPart;
|
|
import net.minecraft.client.renderer.entity.state.FelineRenderState;
|
|
|
|
public class OcelotModel
|
|
extends FelineModel<FelineRenderState> {
|
|
public OcelotModel(ModelPart root) {
|
|
super(root);
|
|
}
|
|
}
|
|
|