Apollo
Developers
Mods
MotionBlur

Motion Blur

Blur your surroundings when moving.

Integration

How to toggle the mod

public void toggleMotionBlurExample(Player viewer, boolean value) {
    Optional<ApolloPlayer> apolloPlayerOpt = Apollo.getPlayerManager().getPlayer(viewer.getUniqueId());
    apolloPlayerOpt.ifPresent(apolloPlayer -> this.modSettingModule.getOptions().set(apolloPlayer, ModMotionBlur.ENABLED, value));
}

Available options

  • ENABLED

    • Config Key: enabled
    • Values
      • Type: Boolean
      • Default: false
  • OLD_BLUR

    • Config Key: old-blur
    • Values
      • Type: Boolean
      • Default: false
  • VALUE

    • Config Key: value
    • Values
      • Type: Integer
      • Default: 1
      • Minimum: 1
      • Maximum: 10