Jump to content

Recommended Posts

Posted

I wanted to make this break with a shovel faster than by hand. I set the material to sand, am I missing something?

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

  Reveal hidden contents

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Posted

See? Basic java folks.

 

This is the reason there are java naming conventions. People who code in java need to learn the basics: For one thing you have a variable "Coal_Pile" with the exact same name as a class "Coal_Pile". This is always a nono.

 

  • You never name variable and fields starting with uppercase!
  • Start class and enum names with uppercase.
  • Don't use underscores "_" in anything except ALL_UPPERCASE or all_lowercase names.
  • Don't use ALL_UPPERCASE for anything except manifest constants i.e. 'static final'
  • Almost never use all_lowercase, learn camel-case.
  • All non-constant variable and fields start with a lowercased letter (so they are not confused with Class names.

Camel case uses worldAnotherAndAnother or WordHereToo for example.

 

Posted
  On 3/20/2014 at 11:19 PM, chasingfire_hpps said:

Ok its how I named it sorry. It doesn't affect anything now are you going to help.

 

That's nice of you to not bother learning how to code. I hope someone cares, because I give up on you.

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.

Announcements



×
×
  • Create New...

Important Information

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