More cleanup
This commit is contained in:
@@ -37,15 +37,11 @@ public class CommonProxy {
|
|||||||
// SECTION Registry
|
// SECTION Registry
|
||||||
// ===============================================================================================================
|
// ===============================================================================================================
|
||||||
|
|
||||||
public void registerRenderers(){
|
public void registerRenderers(){}
|
||||||
}
|
|
||||||
|
|
||||||
public void initialiseLayers(){
|
public void initialiseLayers(){}
|
||||||
}
|
|
||||||
|
|
||||||
public void registerKeyBindings(){
|
|
||||||
}
|
|
||||||
|
|
||||||
|
public void registerKeyBindings(){}
|
||||||
|
|
||||||
public net.minecraft.client.model.ModelBiped getWizardArmourModel(){
|
public net.minecraft.client.model.ModelBiped getWizardArmourModel(){
|
||||||
return null;
|
return null;
|
||||||
@@ -123,10 +119,10 @@ public class CommonProxy {
|
|||||||
// SECTION Misc
|
// SECTION Misc
|
||||||
// ===============================================================================================================
|
// ===============================================================================================================
|
||||||
|
|
||||||
public void setToNumberSliderEntry(Property property){
|
public void setToNumberSliderEntry(Property property){}
|
||||||
}
|
|
||||||
|
|
||||||
public void setToHUDChooserEntry(Property property){}
|
public void setToHUDChooserEntry(Property property){}
|
||||||
|
|
||||||
// public void setToEntityNameEntry(Property property){}
|
// public void setToEntityNameEntry(Property property){}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user