Add new spell indicator icon and tooltip to the wizard trade GUI
This commit is contained in:
@@ -284,13 +284,21 @@ public class CommonProxy {
|
||||
public void loadShader(EntityPlayer player, ResourceLocation shader){}
|
||||
|
||||
/**
|
||||
* Gets the client side world using Minecraft.getMinecraft().world. <b>Only to be called client side!</b> Returns
|
||||
* null on the server side.
|
||||
* Gets the client-side world using {@code Minecraft.getMinecraft().world}. <b>Only to be called client side!</b>
|
||||
* Returns null on the server side.
|
||||
*/
|
||||
public World getTheWorld(){
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the client-side player using Minecraft.getMinecraft().player. <b>Only to be called client side!</b> Returns
|
||||
* null on the server side.
|
||||
*/
|
||||
public EntityPlayer getThePlayer(){
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the game is being viewed from the perspective of the given entity and is set to first-person
|
||||
* view. Always returns false on the server side.
|
||||
|
||||
Reference in New Issue
Block a user