Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Replies 55
  • Views 14.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • CAS_ual_TY
    CAS_ual_TY

    Yes blame the "lack of documentation". Totally not your java "knowledge". You also totally did not try to implement code that has such an obvious syntax error that someone with actual java knowledge w

  • CAS_ual_TY
    CAS_ual_TY

    Thread.sleep(10000);

4 minutes ago, Gess1t said:

so now i need to fix the freezes lul

 

1 minute ago, CAS_ual_TY said:

Thread.sleep(10000);

^^^

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

  • Author
12 minutes ago, Animefan8888 said:

 

^^^

well, fuck.

 

so i need to make a world based tick delay of 200, let's go. so i finally need An event handler class?

Edited by Gess1t

8 minutes ago, Gess1t said:

so i need to make a world based tick delay of 200, let's go

no just have a static field in your class that you count up in the method and reset after 200 ticks

  • Author

well

23 minutes ago, loordgek said:

no just have a static field in your class that you count up in the method and reset after 200 ticks

@SideOnly(Side.CLIENT)
    public void TickhHandler(TickEvent.ClientTickEvent event) throws InterruptedException {
        wait(200);
    }

well, this isn't static so i suppose i failed once again?

yes, i am done here. you need to learn java

this is just stupid

i explained it what you need to do

Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.