Uses of Class
marauroa.common.game.RPClass
Package
Description
This package stores all the important data structures of Marauroa.
-
Uses of RPClass in games.stendhal.server.entity.mapstuff.area
-
Uses of RPClass in marauroa.common.game
Modifier and TypeMethodDescriptionstatic RPClass
RPClass.getBaseRPObjectDefault()
Returns a default rpclass for lazy developers.RPClass.getParent()
gets the parent class ornull
if this is a root class.Attributes.getRPClass()
Returns the RPClass of the attributesstatic RPClass
RPClass.getRPClass(String name)
Returns the name rpclass from the global listModifier and TypeMethodDescriptionboolean
Attributes.instanceOf(RPClass baseclass)
This method returns true if this attributes is an instance of RPClass or any of its subclassesvoid
This method sets the parent of this rpclassvoid
Attributes.setRPClass(RPClass rpclass)
This method sets the RPClass of this attributes