Skip to content

Commit

Permalink
Remove example custom multi-mob
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Aug 13, 2024
1 parent 5397521 commit ad2bded
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package net.slqmy.template_paper_plugin.custom_entity;

public enum CustomEntity {
HoglinRider;

}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.bukkit.Location;
import org.bukkit.entity.Entity;

import net.slqmy.template_paper_plugin.custom_entity.entities.HoglinRider;
import net.slqmy.template_paper_plugin.TemplatePaperPlugin;
import net.slqmy.template_paper_plugin.custom_entity.CustomEntity;
import net.slqmy.template_paper_plugin.custom_entity.AbstractCustomEntity;
Expand All @@ -17,7 +16,7 @@ public class CustomEntityManager {
private final Map<CustomEntity, AbstractCustomEntity<?>> customEntityMap = new HashMap<>();

public CustomEntityManager(TemplatePaperPlugin plugin) {
new HoglinRider(plugin, this);

}

public void addCustomEntity(CustomEntity itemId, AbstractCustomEntity<?> customItem) {
Expand Down

This file was deleted.

0 comments on commit ad2bded

Please sign in to comment.