NMS Refactoring

This commit is contained in:
Auxilor
2022-03-02 18:29:11 +00:00
parent 63352989b1
commit 75eaf58aa2
15 changed files with 54 additions and 130 deletions

View File

@@ -32,7 +32,6 @@ public record EntityGoalAvoidEntity(
/**
* Deserialize configs into the goal.
*/
@SuppressWarnings("unchecked")
private static final class Deserializer implements KeyedDeserializer<EntityGoalAvoidEntity> {
@Override
@Nullable

View File

@@ -30,7 +30,6 @@ public record EntityGoalInteract(
/**
* Deserialize configs into the goal.
*/
@SuppressWarnings("unchecked")
private static final class Deserializer implements KeyedDeserializer<EntityGoalInteract> {
@Override
@Nullable