Guest User

Untitled

a guest
Jul 6th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. C:\Users\isaac\MCreatorWorkspaces\countermeasures\src\main\java\net\mcreator\countermeasures\client\model\animations\dripstone_spikeAnimation.java:16: error: ';' expected
  2. public static final AnimationDefinition animation.dripskewer.spawn=AnimationDefinition.Builder.withLength(1.0F).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.POSITION,new Keyframe(0.0F,KeyframeAnimations.posVec(0.0F,-43.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.posVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.SCALE,new Keyframe(0.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.75F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(1.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).build();
  3. ^
  4. C:\Users\isaac\MCreatorWorkspaces\countermeasures\src\main\java\net\mcreator\countermeasures\client\model\animations\dripstone_spikeAnimation.java:16: error: expected
  5. public static final AnimationDefinition animation.dripskewer.spawn=AnimationDefinition.Builder.withLength(1.0F).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.POSITION,new Keyframe(0.0F,KeyframeAnimations.posVec(0.0F,-43.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.posVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.SCALE,new Keyframe(0.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.75F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(1.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).build();
  6. ^
  7. 2 errors
  8. FAILURE: Build failed with an exception.
  9. * What went wrong:
  10. Execution failed for task ':compileJava'.
  11. > Compilation failed; see the compiler output below.
  12. C:\Users\isaac\MCreatorWorkspaces\countermeasures\src\main\java\net\mcreator\countermeasures\client\model\animations\dripstone_spikeAnimation.java:16: error: ';' expected
  13. public static final AnimationDefinition animation.dripskewer.spawn=AnimationDefinition.Builder.withLength(1.0F).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.POSITION,new Keyframe(0.0F,KeyframeAnimations.posVec(0.0F,-43.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.posVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.SCALE,new Keyframe(0.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.75F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(1.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).build();
  14. ^
  15. C:\Users\isaac\MCreatorWorkspaces\countermeasures\src\main\java\net\mcreator\countermeasures\client\model\animations\dripstone_spikeAnimation.java:16: error: expected
  16. public static final AnimationDefinition animation.dripskewer.spawn=AnimationDefinition.Builder.withLength(1.0F).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.POSITION,new Keyframe(0.0F,KeyframeAnimations.posVec(0.0F,-43.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.posVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).addAnimation("skewer",new AnimationChannel(AnimationChannel.Targets.SCALE,new Keyframe(0.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.125F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(0.75F,KeyframeAnimations.scaleVec(1.0F,1.0F,1.0F),AnimationChannel.Interpolations.LINEAR),new Keyframe(1.0F,KeyframeAnimations.scaleVec(0.0F,0.0F,0.0F),AnimationChannel.Interpolations.LINEAR))).build();
Advertisement
Add Comment
Please, Sign In to add comment