Add mob drop viewer to item list
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
package moe.nea.firmament.gui.entity
|
||||
|
||||
import com.google.gson.JsonObject
|
||||
import net.minecraft.entity.LivingEntity
|
||||
|
||||
fun interface EntityModifier {
|
||||
fun apply(entity: LivingEntity, info: JsonObject): LivingEntity
|
||||
}
|
||||
Reference in New Issue
Block a user