Skip to content

Instantly share code, notes, and snippets.

@samsartor
samsartor / ElytraModel.java
Last active August 1, 2024 20:02
Code for simulating the elytra item in Minecraft
/**
* An accurate simulation of the elytra item as of Minecraft 15w41b
*/
public class ElytraModel
{
public int glideTime;
public int damageTaken;
public double posX;
public double posY;