Skip to content

Instantly share code, notes, and snippets.

@RepComm
RepComm / ElytraModel.java
Created August 14, 2022 18:51 — forked from samsartor/ElytraModel.java
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;