例子
Entity entity = ...;
String modelId = "模型ID"
ModelEntityManager modelEntityManager = new ModelEntityManager(entity, modelId);
ModelEntityManager.fastSpawnModel(modelEntityManager, modelId);Entity entity = ...;
String modelId = "模型ID"
ModelEntityManager modelEntityManager = new ModelEntityManager(entity, modelId);
modelEntityManager.setAnimationItemNameIdle("物品名称");
modelEntityManager.setAnimationItemNameWalk("物品名称");
modelEntityManager.setAnimationItemNameAttack("物品名称");
modelEntityManager.setAnimationCustomModelDataIdle(模型数据);
modelEntityManager.setAnimationCustomModelDataWalk(模型数据);
modelEntityManager.setAnimationCustomModelDataAttack(模型数据);
modelEntityManager.setModelLocationH(显示模型高度);
modelEntityManager.spawnModel();最后更新于