[Feature] Speed modified Elytra API
This commit is contained in:
parent
aff1b66e19
commit
59529c6c94
3 changed files with 47 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
package org.betterx.bclib.items.elytra;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
import net.fabricmc.fabric.api.entity.event.v1.FabricElytraItem;
|
||||
|
||||
public interface BCLElytraItem extends FabricElytraItem {
|
||||
ResourceLocation getModelTexture();
|
||||
|
||||
double getMovementFactor();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue