project: ?????????

This commit is contained in:
Owain van Brakel
2021-12-23 04:38:37 +01:00
parent 5aa031c8cc
commit 7403d9ca5c
2 changed files with 12 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ public abstract class RSItemCompositionMixin implements RSItemComposition
cachedModels2.resize(1024);
}
@Inject
RSItemCompositionMixin()
{
}
@Inject
@Override
public boolean isStackable()

View File

@@ -25,6 +25,12 @@ public abstract class RSObjectCompositionMixin implements RSObjectComposition
objectDefinitionModelsCache.resize(256);
}
@Inject
RSObjectCompositionMixin()
{
}
@Inject
@Override
public int getAccessBitMask()