NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Add additional methods to EnumSelector #286

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR adds additional methods to EnumSelector.

To do list:

New Features:

Changes:

Bug Fixes:

codecov-io commented 7 years ago

Codecov Report

Merging #286 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #286      +/-   ##
============================================
+ Coverage     13.23%   13.43%   +0.19%     
- Complexity      684      704      +20     
============================================
  Files           405      405              
  Lines         12198    12226      +28     
  Branches       1288     1294       +6     
============================================
+ Hits           1615     1643      +28     
  Misses        10482    10482              
  Partials        101      101
Impacted Files Coverage Δ Complexity Δ
src/main/java/nova/core/util/EnumSelector.java 100% <100%> (ø) 52 <17> (+20) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42603ed...63852d1. Read the comment docs.