Skip to content

Commit

Permalink
removed unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jan 19, 2025
1 parent 2666ba3 commit 38ddd50
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,11 @@ public EntityType<?> getEntityType(@Nullable NbtCompound nbt) {
return this.entityType.get();
}

public FeatureSet requiredFeatures() {
return getEntityType(null).getRequiredFeatures();
}

@Override
public FeatureSet getRequiredFeatures() {
return getEntityType(null).getRequiredFeatures();
}

protected EntityType<?> getDefaultType() {
return this.entityType.get();
}

public static void onSetup(SetupEvent event) {
var spawnEggMap = SpawnEggItemAccessor.variantsandventures$getSpawnEggs();
for (var entry : DispenserAddedSpawnEgg.SPAWN_EGGS) {
Expand Down

0 comments on commit 38ddd50

Please sign in to comment.