Jump to content

Iron1601

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Iron1601

  1. So I have to piggyback off of some other class and override its methods and logic? If so, why?
  2. Thanks for the suggestion I tried it and the IDE gave me ^ that. To me this sounds like its not public in the class itself let alone extending classes. Regardless this seems like a mistake of some sort since it is highly unusual to not have a modifier.
  3. Even though some classes extend ProjectileEntity, its constructor is protected. I tried extending it and my IDE told me I needed a "constructor matching super" so I made one but of-course the constructor is protected so a super() is not an option. Am I missing something or is there no way to directly extend ProjectileEntity? Thanks in advance
×
×
  • Create New...

Important Information

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