@@ -21,10 +21,10 @@ class cNBTData;
|
||||
|
||||
|
||||
|
||||
class cChestEntity : // tolua_export
|
||||
public cBlockEntityWindowOwner,
|
||||
// tolua_begin
|
||||
public cBlockEntityWithItems
|
||||
// tolua_begin
|
||||
class cChestEntity :
|
||||
public cBlockEntityWithItems,
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntityWithItems super;
|
||||
|
||||
|
||||
@@ -29,10 +29,10 @@ class cServer;
|
||||
|
||||
|
||||
|
||||
class cDropSpenserEntity : // tolua_export
|
||||
public cBlockEntityWindowOwner,
|
||||
// tolua_begin
|
||||
public cBlockEntityWithItems
|
||||
// tolua_begin
|
||||
class cDropSpenserEntity :
|
||||
public cBlockEntityWithItems,
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntityWithItems super;
|
||||
|
||||
|
||||
@@ -21,10 +21,10 @@ class cNBTData;
|
||||
|
||||
|
||||
|
||||
class cEnderChestEntity : // tolua_export
|
||||
public cBlockEntityWindowOwner,
|
||||
// tolua_begin
|
||||
public cBlockEntityWithItems
|
||||
// tolua_begin
|
||||
class cEnderChestEntity :
|
||||
public cBlockEntityWithItems,
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntityWithItems super;
|
||||
|
||||
|
||||
@@ -21,10 +21,10 @@ class cServer;
|
||||
|
||||
|
||||
|
||||
class cFurnaceEntity : // tolua_export
|
||||
public cBlockEntityWindowOwner,
|
||||
// tolua_begin
|
||||
public cBlockEntityWithItems
|
||||
// tolua_begin
|
||||
class cFurnaceEntity :
|
||||
public cBlockEntityWithItems,
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntityWithItems super;
|
||||
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
|
||||
|
||||
|
||||
class cHopperEntity : // tolua_export
|
||||
public cBlockEntityWindowOwner,
|
||||
// tolua_begin
|
||||
public cBlockEntityWithItems
|
||||
// tolua_begin
|
||||
class cHopperEntity :
|
||||
public cBlockEntityWithItems,
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntityWithItems super;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user