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.

[1.7.10] Would it cause problems if I didn't register a Tile Entity?

Featured Replies

Posted

For a lot of my mod, I've been able to get by merely creating anonymous instances of a class (e.g. creating an anonymous instance of a Block rather than creating a new class TestBlock). I'm not sure what would happen with tile entities though. If I didn't register a tile entity, and yet still returned a new anonymous instance of one, would minecraft break? If so, how? Is there possibly a way around this?

 

The reason I'm asking is that with my forge-clj library (mod that adds support for the Clojure programming language), it's definitely easier and cleaner to create an anonymous instance rather than flat out generating a new class. So any advice on this?

Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.

  • Author

Minecraft needs a registration for all TileEntity classes and the constructors for those TileEntities must be public and not take any arguments. This is because TileEntities are recreated using reflection when a chunk is loaded from disk.

 

Ah, thanks. That's exactly what I needed to know.

 

Sorry for asking so many questions, I'm good at coding, but still relatively new to Minecraft Forge and how it works.

Currently working on a mod to provide support for the Clojure programming language in Minecraft, check it out here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.