Return the singleton Minecraft instance for the game
()
| 2795 | * Return the singleton Minecraft instance for the game |
| 2796 | */ |
| 2797 | public static Minecraft getMinecraft() |
| 2798 | { |
| 2799 | return theMinecraft; |
| 2800 | } |
| 2801 | |
| 2802 | public static EntityRenderer getEntityRenderer() { |
| 2803 | return getMinecraft().entityRenderer; |
no outgoing calls
no test coverage detected