mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LegacyNetherFork.git
synced 2026-05-21 23:55:10 +00:00
Update SkeletonHeadModel.h
This commit is contained in:
@@ -8,12 +8,12 @@ public:
|
||||
ModelPart *head;
|
||||
|
||||
private:
|
||||
void _init(int u, int v, int tw, int th);
|
||||
void _init(int u, int v, int tw, int th, int g = 0.1);
|
||||
|
||||
public:
|
||||
SkeletonHeadModel();
|
||||
SkeletonHeadModel(int u, int v, int tw, int th);
|
||||
SkeletonHeadModel(int u, int v, int tw, int th, int g = 0.1);
|
||||
|
||||
void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
|
||||
void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, shared_ptr<Entity> entity, unsigned int uiBitmaskOverrideAnim=0);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user