Uses of Class
net.risingworld.api.objects.MetaObject
Packages that use MetaObject
Package
Description
-
Uses of MetaObject in net.risingworld.api
Methods in net.risingworld.api that return MetaObjectModifier and TypeMethodDescriptionstatic MetaObjectWorld.getMetaObject(long globalID) Gets a meta object. -
Uses of MetaObject in net.risingworld.api.events.player.world
Methods in net.risingworld.api.events.player.world that return MetaObjectModifier and TypeMethodDescriptionPlayerPlaceItemEvent.getMetaObject()If this item is placed on/in a meta object (e.g a furnace, grinder etc), this method returns the meta object. -
Uses of MetaObject in net.risingworld.api.events.world
Methods in net.risingworld.api.events.world that return MetaObjectModifier and TypeMethodDescriptionItemTransformEvent.getMetaObject()Gets the meta object that was involved in this process, i.e the object that processed the items.MetaObjectEvent.getMetaObject()Gets the meta object. -
Uses of MetaObject in net.risingworld.api.objects
Methods in net.risingworld.api.objects that return MetaObjectModifier and TypeMethodDescriptionWorldItem.getRelatedMetaObject()If this item belongs to a meta object (i.e ifWorldItemTypeisWorldItemType.MetaObject), this method returns the meta object.