Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package tutorial.generic;
- import cpw.mods.fml.common.FMLCommonHandler;
- import net.minecraft.tileentity.TileEntity;
- public class GenericEntity extends TileEntity {
- public GenericEntity()
- {
- System.out.println("Created: "+ FMLCommonHandler.instance().getEffectiveSide().toString());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement