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 RPClassRPClass.getBaseRPObjectDefault()Returns a default rpclass for lazy developers.RPClass.getParent()gets the parent class ornullif this is a root class.Attributes.getRPClass()Returns the RPClass of the attributesstatic RPClassRPClass.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 TypeMethodDescriptionbooleanAttributes.instanceOf(RPClass baseclass)This method returns true if this attributes is an instance of RPClass or any of its subclassesvoidThis method sets the parent of this rpclassvoidAttributes.setRPClass(RPClass rpclass)This method sets the RPClass of this attributesConstructors in marauroa.common.game with parameters of type RPClass