⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 l1armorsets.java

📁 网络游戏天堂1的java源代码。。。。。
💻 JAVA
字号:
/*
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 * 02111-1307, USA.
 *
 * http://www.gnu.org/copyleft/gpl.html
 */

package l1j.server.server.templates;

public class L1ArmorSets {
	public L1ArmorSets() {
	}

	private int _id;

	public int getId() {
		return _id;
	}

	public void setId(int i) {
		_id = i;
	}

	private String _sets;

	public String getSets() {
		return _sets;
	}

	public void setSets(String s) {
		_sets = s;
	}

	private int _polyId;

	public int getPolyId() {
		return _polyId;
	}

	public void setPolyId(int i) {
		_polyId = i;
	}

	private int _ac;

	public int getAc() {
		return _ac;
	}

	public void setAc(int i) {
		_ac = i;
	}

	private int _hp;

	public int getHp() {
		return _hp;
	}

	public void setHp(int i) {
		_hp = i;
	}

	private int _mp;

	public int getMp() {
		return _mp;
	}

	public void setMp(int i) {
		_mp = i;
	}

	private int _hpr;

	public int getHpr() {
		return _hpr;
	}

	public void setHpr(int i) {
		_hpr = i;
	}

	private int _mpr;

	public int getMpr() {
		return _mpr;
	}

	public void setMpr(int i) {
		_mpr = i;
	}

	private int _mr;

	public int getMr() {
		return _mr;
	}

	public void setMr(int i) {
		_mr = i;
	}

	private int _str;

	public int getStr() {
		return _str;
	}

	public void setStr(int i) {
		_str = i;
	}

	private int _dex;

	public int getDex() {
		return _dex;
	}

	public void setDex(int i) {
		_dex = i;
	}

	private int _con;

	public int getCon() {
		return _con;
	}

	public void setCon(int i) {
		_con = i;
	}

	private int _wis;

	public int getWis() {
		return _wis;
	}

	public void setWis(int i) {
		_wis = i;
	}

	private int _cha;

	public int getCha() {
		return _cha;
	}

	public void setCha(int i) {
		_cha = i;
	}

	private int _intl;

	public int getIntl() {
		return _intl;
	}

	public void setIntl(int i) {
		_intl = i;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -