Skip to content

Experience Class

Brisingr Aerowing edited this page Sep 18, 2018 · 2 revisions

Importing

import mods.ctutils.entity.Experience

Methods

  • IEntityXp createEntityXp(IWorld world, int value) - Creates a new XP orb with the specified world and XP value.
  • void setXpValue(IEntityXp xp, int value) - Sets the value of an existing XP orb.
Clone this wiki locally