override a method (public static final) ???

Discussion in 'Plugin Development' started by F4BSE, Feb 4, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    F4BSE

    I want to override the method

    Code:
    public static final Block stone = (new BlockStone(1, 1)).setHardness(1.5F).setResistance(10.0F).setStepSound(soundStoneFootstep).setBlockName("stone");
    I want to make a new class like

    public class DaughterClass extends ParentClass
    {
    new method
    }

    but how can I override the "public static final" method??

    Thanks for help :)
     
  2. Offline

    XboxEnforcer

    Hey,

    This is a Plugin Request section, for requesting new plugins from developers. You are more likely to get help in the Plugin Development forum. You can also ask for help in the IRC by joining #bukkitdev
     
  3. F4BSE
    Plugins cant override things in minecraft.jar, they can not modify things like blocks, sounds, or mobs.
     
  4. Offline

    Gravity

    Moved to the correct section.
     
  5. Offline

    evilmidget38

  6. Offline

    Gravity

    Locked.
     
Thread Status:
Not open for further replies.

Share This Page