NMS Refactoring
This commit is contained in:
@@ -32,7 +32,6 @@ public record EntityGoalAvoidEntity(
|
||||
/**
|
||||
* Deserialize configs into the goal.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private static final class Deserializer implements KeyedDeserializer<EntityGoalAvoidEntity> {
|
||||
@Override
|
||||
@Nullable
|
||||
|
||||
@@ -30,7 +30,6 @@ public record EntityGoalInteract(
|
||||
/**
|
||||
* Deserialize configs into the goal.
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private static final class Deserializer implements KeyedDeserializer<EntityGoalInteract> {
|
||||
@Override
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user