StendhalAPI: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →ActiveEntity: add public methods |
imported>AntumDeluge |
||
| Line 28: | Line 28: | ||
: Copy constructor. |
: Copy constructor. |
||
: '''''object:''''' Object to be copied. |
: '''''object:''''' Object to be copied. |
||
| ⚫ | |||
| ⚫ | |||
; ''<span style="color:green;">setDescription</span>(text)'' |
; ''<span style="color:green;">setDescription</span>(text)'' |
||
| Line 205: | Line 202: | ||
: '''''slotTypes:''''' (<code>Slots</code>) Slot types to include in the iteration. |
: '''''slotTypes:''''' (<code>Slots</code>) Slot types to include in the iteration. |
||
: ''returns:'' (<code>Iterable<RPSlot></code>) |
: ''returns:'' (<code>Iterable<RPSlot></code>) |
||
'''Public static methods:''' |
|||
| ⚫ | |||
| ⚫ | |||
=== ActiveEntity === |
=== ActiveEntity === |
||
| Line 296: | Line 298: | ||
; ''<span style="color:green;">generateRPClass</span>()'' |
; ''<span style="color:green;">generateRPClass</span>()'' |
||
: Initializes the RPClass for this entity (initialized from {{StendhalFile|master|src/games/stendhal/server/core/engine/RPClassGenerator.java|games.stendhal.server.core.engine.RPClassGenerator}}). |
|||
: |
|||
=== GuidedEntity === |
=== GuidedEntity === |
||