Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Timeraa

Timeraa

Members
 View Profile  See their activity
  • Content Count

    12
  • Joined

    July 22, 2018
  • Last visited

    August 21, 2018

Community Reputation

0 Neutral

About Timeraa

  • Rank
    Tree Puncher

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Timeraa

    How to create GUI with scroll view?

    Timeraa replied to Timeraa's topic in Modder Support

    Yeah, i already started working on it. Thanks! ?
    • August 10, 2018
    • 5 replies
  2. Timeraa

    How to create GUI with scroll view?

    Timeraa replied to Timeraa's topic in Modder Support

    So if i understand that right i need to basically create my own scroll view? Like i draw all strings under each other and when i scroll i just change their drawing position?
    • August 10, 2018
    • 5 replies
  3. Timeraa

    How to create GUI with scroll view?

    Timeraa replied to Timeraa's topic in Modder Support

    Okay, ill take a look at it
    • August 8, 2018
    • 5 replies
  4. Timeraa

    How to create GUI with scroll view?

    Timeraa posted a topic in Modder Support

    Hey, i want to know how i can create a GUI with a lot of text, the text should be scrollable though because its really long.
    • August 8, 2018
    • 5 replies
  5. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    The server is a normal server running plugins, i don't want to handle those items on the server i want to simply cancel the event on the client side, you hold the item with the mod and the mod does not send the right click to the server if you right click, i already tried just using setCancelled(true) but that only stops the block placement but it still sends the right click to the server. Or is the problem because the other right click events that are used from other items make it so that setCancelled sets itself to false?
    • July 22, 2018
    • 18 replies
  6. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    ? But i want to completely prevent the client to sent the right click to the server.
    • July 22, 2018
    • 18 replies
  7. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    Hm thats unfortunate. Ill look through my packages to find out if i set it to false somewhere. Normally i develop plugins for Spigot but i needed a small change.
    • July 22, 2018
    • 18 replies
  8. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    Yes i tried that but that does not prevent the event. (Maybe because i have multiple right click events in multiple packages?)
    • July 22, 2018
    • 18 replies
  9. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    Yes, but i want to prevent the server event like if i click the block the server plugin opens a gui but i want to prevent that event being sent to the server and just use the right click on the side end.
    • July 22, 2018
    • 18 replies
  10. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    I should probably mention that i am using Forge for 1.12.2
    • July 22, 2018
    • 18 replies
  11. Timeraa

    Prevent client event being sent to Server?

    Timeraa replied to Timeraa's topic in Modder Support

    @Mod.EventBusSubscriber public class SelectionEventHandler { @SubscribeEvent public void onRightClickBlock(PlayerInteractEvent.RightClickBlock event) {} } Basically this is the event. I removed the if statements in the event because i don't think they help you in any way because its basically just location checking etc.
    • July 22, 2018
    • 18 replies
  12. Timeraa started following Prevent client event being sent to Server? July 22, 2018
  13. Timeraa

    Prevent client event being sent to Server?

    Timeraa posted a topic in Modder Support

    Hey, i am creating a mod for a plugin server where you can select blocks with right click, but i only want to use the right click on the client side and don't want to send the right click to the server. How can i achieve this? Example: User clicks at block, mod opens a GUI. (Server does as well but should not)
    • July 22, 2018
    • 18 replies
  • All Activity
  • Home
  • Timeraa
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community