Changed formatting to have bracing on a new line
This commit is contained in:
parent
e5eddd6c45
commit
e48eedb874
189 changed files with 6092 additions and 4041 deletions
|
@ -2,21 +2,26 @@ package WayofTime.bloodmagic.proxy;
|
|||
|
||||
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
|
||||
|
||||
public class CommonProxy {
|
||||
public class CommonProxy
|
||||
{
|
||||
|
||||
public InventoryRenderHelper getRenderHelper() {
|
||||
public InventoryRenderHelper getRenderHelper()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public void preInit() {
|
||||
public void preInit()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void init() {
|
||||
public void init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void postInit() {
|
||||
public void postInit()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue