Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
DEV-2.0.22 // (Proxy) Empty Entity
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWylot committed Mar 14, 2023
1 parent 92f131c commit 4b57d56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/ir/wy/wycore/proxy/utils/EmptyEntity.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package ir.wy.wycore.proxy.utils

import org.bukkit.Location;
import org.bukkit.entity.Entity;

interface EmptyEntity {
fun createEmptyEntity(
location: Location
): Entity

}

0 comments on commit 4b57d56

Please sign in to comment.