EntityBase

constructor(name: Component, type: EntityType, pool: LootPool, experience: Double, baseStats: Statistics = Statistics.zero(), baseSpecials: SpecialStatistics = SpecialStatistics(), mainHand: MacrocosmItem? = null, offHand: MacrocosmItem? = null, helmet: MacrocosmItem? = null, chestplate: MacrocosmItem? = null, leggings: MacrocosmItem? = null, boots: MacrocosmItem? = null, disguiseSkin: String? = null, sounds: EntitySoundBank? = null, rewardingSkill: SkillType = SkillType.COMBAT, playerFriendly: Boolean = false, disguiseProfile: WrappedGameProfile? = null)(source)