Removed promotion and moved member

This commit is contained in:
cookiedragon234 2019-10-27 22:33:25 +00:00
parent f57c18787e
commit cd28a9ea18
1 changed files with 2 additions and 4 deletions

View File

@ -9,18 +9,16 @@ import team.stiff.pomelo.impl.annotated.handler.annotation.Listener;
/** /**
* @author cookiedragon234 * @author cookiedragon234
* (cookiedragon234 owns me and all)
* also buy backdoored client kk thx
*/ */
public class PullDownModule extends Module public class PullDownModule extends Module
{ {
public final NumberValue<Float> speed = new NumberValue<>("Speed", new String[]{"velocity"}, 10f, Float.class, 0f, 20f, 1f);
public PullDownModule() public PullDownModule()
{ {
super("PullDown", new String[]{"FastFall"}, "Increase your downwards velocity when falling", "NONE", -1, ModuleType.MOVEMENT); super("PullDown", new String[]{"FastFall"}, "Increase your downwards velocity when falling", "NONE", -1, ModuleType.MOVEMENT);
} }
public final NumberValue<Float> speed = new NumberValue<>("Speed", new String[]{"velocity"}, 10f, Float.class, 0f, 20f, 1f);
@Listener @Listener
public void onUpdate(EventPlayerUpdate event) public void onUpdate(EventPlayerUpdate event)
{ {