2324252627282930313233
return texture; } public Mob(Vec p, World world) { super(p, world); inv = new Inventory(16); texture = ImageLoader.Get(this.getFullTypeName()); this.health = 10; d = Dir.East; }