diff --git a/eco-api/src/main/java/com/willfp/eco/core/entities/ai/entity/EntityGoalTempt.java b/eco-api/src/main/java/com/willfp/eco/core/entities/ai/entity/EntityGoalTempt.java index 02fb37e6..41d37327 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/entities/ai/entity/EntityGoalTempt.java +++ b/eco-api/src/main/java/com/willfp/eco/core/entities/ai/entity/EntityGoalTempt.java @@ -24,7 +24,7 @@ import java.util.stream.Collectors; */ public record EntityGoalTempt( double speed, - Collection items, + @NotNull Collection items, boolean canBeScared ) implements EntityGoal { /**