Replaces all method parameter regarding their naming conventions
This commit is contained in:
@@ -180,9 +180,9 @@ public class CellInventory implements ICellInventory
|
||||
return false;
|
||||
}
|
||||
|
||||
public static void addBasicBlackList( int itemID, int Meta )
|
||||
public static void addBasicBlackList( int itemID, int meta )
|
||||
{
|
||||
BLACK_LIST.add( ( Meta << Platform.DEF_OFFSET ) | itemID );
|
||||
BLACK_LIST.add( ( meta << Platform.DEF_OFFSET ) | itemID );
|
||||
}
|
||||
|
||||
public static boolean isBlackListed( IAEItemStack input )
|
||||
|
||||
Reference in New Issue
Block a user