Unable to create mob

Started by Glitch_Ratt on

Topic category: Plugins and third-party tools

Active 1 year ago
Joined Oct 2023
Points:
109

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Unable to create mob

I keep getting this error.

> Task :compileJava
C:\Users\Glitch Ratt\MCreatorWorkspaces\the_ire_dimension\src\main\java\net\mcreator\theiredimension\entity\FrostmoleEntity.java:175: error: level has private access in Entity this.lastSwing = level.getGameTime();
^
C:\Users\Glitch Ratt\MCreatorWorkspaces\the_ire_dimension\src\main\java\net\mcreator\theiredimension\entity\FrostmoleEntity.java:177: error: level has private access in Entity if (this.swinging && this.lastSwing + 7L <= level.getGameTime()) {
^

Active 1 year ago
Joined Oct 2023
Points:
109

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
im just having trouble…
Thu, 10/26/2023 - 00:32

im just having trouble understanding whats wrong.

Active 7 months ago
Joined Oct 2023
Points:
125

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Is this done with using…
Thu, 10/26/2023 - 10:04

Is this done with using custom/edited code?

 

Active 1 year ago
Joined Oct 2023
Points:
109

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
now I'm getting this after…
Tue, 12/12/2023 - 00:07

now I'm getting this after realizing the plugin was off.

C:\Users\GlitchRatt\MCreatorWorkspaces\wicked_wilds\src\main\java\net\mcreator\wickedwilds\entity\OwlEntity.java:146: error: cannot find symbol if ((event.isMoving() || !(event.getLimbSwingAmount() > -0.15F && event.getLimbSwingAmount() < 0.15F)) && this.isOnGround()) {
^
symbol: method isOnGround()
C:\Users\GlitchRatt\MCreatorWorkspaces\wicked_wilds\src\main\java\net\mcreator\wickedwilds\entity\OwlEntity.java:149: error: cannot find symbol if (!this.isOnGround()) {
^
symbol: method isOnGround()

Active 1 year ago
Joined Oct 2023
Points:
109

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
i was trying to add an owl…
Tue, 12/12/2023 - 00:09

i was trying to add an owl with a ground, walk, and air/flying animation.