Jump to content

Tile Entites/Enum Facing/harvestBlock


Guest

Recommended Posts

12 minutes ago, DrMDGG said:

I have included my code for the class with the errors (which lie on Enum Facing and harvestBlock)

any help is appreciated.

I don't see a crash report if the error is coming from Eclipse or IntelliJ that is you not knowing Java. And typically it tells you straight up what the problem is.

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.

Link to comment
Share on other sites

11 minutes ago, Animefan8888 said:

I don't see a crash report if the error is coming from Eclipse or IntelliJ that is you not knowing Java. And typically it tells you straight up what the problem is.

yeah, I don't know Java very well. hence why I am trying to learn here.

runclient: https://pastebin.com/6kf7Qaup (it's not saving the crash-report for some reason)

Link to comment
Share on other sites

Just now, DrMDGG said:

yeah, I don't know Java very well. hence why I am trying to learn here.

This is not a Java support forum we deal with Forge problems exclusively here.

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.

Link to comment
Share on other sites

23 minutes ago, Animefan8888 said:

This is not a Java support forum we deal with Forge problems exclusively here.

yeah, i know. thats why im here about errors in a the mod im making

Link to comment
Share on other sites

This is a basic Java issue, not a Forge issue.

 

You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE).

 

But I'll give you a hint.

Where does the BlockColumb() function end?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

6 hours ago, Draco18s said:

This is a basic Java issue, not a Forge issue.

 

You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE).

 

But I'll give you a hint.

Where does the BlockColumb() function end?

I don't know, I gave up and deleted it all cuz buddy was being a f%$k face.

are there any good tutorials that would match up with 1.14.4

 

I use eclipse. what should I be using

 

 

Edited by Guest
Link to comment
Share on other sites

8 minutes ago, DrMDGG said:

are there any good tutorials that would match up with 1.14.4

No there are no good tutorials.

 

8 minutes ago, DrMDGG said:

I use eclipse. what should I be using

Eclipse is great.

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.

Link to comment
Share on other sites

12 hours ago, Draco18s said:

This is a basic Java issue, not a Forge issue.

 

You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE).

 

But I'll give you a hint.

Where does the BlockColumb() function end?

I went back to the tutorial, and managed to get past that error to the end of the tutorial, except one thing. 

 

this columb.hoverStart line. I get the error: "The final field ItemEntity.hoverStart cannot be assigned"

 

the errored class: https://pastebin.com/hiJJnLwp

Link to comment
Share on other sites

12 minutes ago, diesieben07 said:

This error has nothing to do with Forge. It requires basic Java knowledge to understand.

Do you know what a final field is?

its used to define an entity 

Link to comment
Share on other sites

6 minutes ago, diesieben07 said:

No.

Please learn basic Java. You can learn about how classes and objects work here:

https://docs.oracle.com/javase/tutorial/java/concepts/object.html

https://docs.oracle.com/javase/tutorial/java/concepts/class.html

thanks . but got any videos? i cant learn from reading. im mildly dyslexic 

Edited by Guest
Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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