Interface IKeyEntryMouseReleasedEvent


public interface IKeyEntryMouseReleasedEvent
  • Method Summary

    Modifier and Type
    Method
    Description
     
    net.minecraft.client.input.MouseButtonEvent
     
    boolean
     
    void
    handled(boolean handled)
     
  • Method Details

    • entry

      IKeyEntry entry()
    • event

      net.minecraft.client.input.MouseButtonEvent event()
    • handled

      boolean handled()
    • handled

      void handled(boolean handled)