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
- Type:
- Config Key:
-
VALUE- Config Key:
value - Values
- Type:
Integer - Default:
5 - Minimum:
1 - Maximum:
10
- Type:
- Config Key: