mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Rename ModApiEnvMod and ModApiItemMod
The 'mod' could have meant module in the past but no other classes do this.
This commit is contained in:
parent
610578e3e2
commit
659828b142
8 changed files with 70 additions and 70 deletions
|
@ -126,7 +126,7 @@ protected:
|
|||
friend class ObjectRef;
|
||||
friend class NodeMetaRef;
|
||||
friend class ModApiBase;
|
||||
friend class ModApiEnvMod;
|
||||
friend class ModApiEnv;
|
||||
friend class LuaVoxelManip;
|
||||
|
||||
/*
|
||||
|
|
|
@ -28,7 +28,7 @@ struct ItemStack;
|
|||
class ServerActiveObject;
|
||||
struct ItemDefinition;
|
||||
class LuaItemStack;
|
||||
class ModApiItemMod;
|
||||
class ModApiItem;
|
||||
class InventoryList;
|
||||
struct InventoryLocation;
|
||||
|
||||
|
@ -58,7 +58,7 @@ public:
|
|||
|
||||
protected:
|
||||
friend class LuaItemStack;
|
||||
friend class ModApiItemMod;
|
||||
friend class ModApiItem;
|
||||
|
||||
bool getItemCallback(const char *name, const char *callbackname, const v3s16 *p = nullptr);
|
||||
/*!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue