Uses of Class
marauroa.common.game.RPClass
Packages that use RPClass
Package
Description
This package stores all the important data structures of Marauroa.
-
Uses of RPClass in games.stendhal.server.entity.mapstuff.area
Methods in games.stendhal.server.entity.mapstuff.area that return RPClass -
Uses of RPClass in marauroa.common.game
Methods in marauroa.common.game that return RPClassModifier 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 listMethods in marauroa.common.game that return types with arguments of type RPClassMethods in marauroa.common.game with parameters of type RPClassModifier 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 attributesConstructors in marauroa.common.game with parameters of type RPClass