public class MinigunPlayerTracker
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAmmoColor() |
float |
getBarrelRotation() |
static MinigunPlayerTracker |
getInstance(net.minecraft.entity.player.PlayerEntity player) |
float |
getPrevBarrelRotation() |
float |
getRotationSpeed() |
int |
getTriggerTimeout() |
boolean |
isActivated() |
void |
setActivated(boolean activated) |
void |
setAmmoColor(int ammoColor) |
void |
setBarrelRotation(float barrelRotation) |
void |
setPrevBarrelRotation(float prevBarrelRotation) |
void |
setRotationSpeed(float rotationSpeed) |
void |
setTriggerTimeout(int triggerTimeout) |
public static MinigunPlayerTracker getInstance(net.minecraft.entity.player.PlayerEntity player)
public boolean isActivated()
public void setActivated(boolean activated)
public float getBarrelRotation()
public void setBarrelRotation(float barrelRotation)
public float getPrevBarrelRotation()
public void setPrevBarrelRotation(float prevBarrelRotation)
public int getTriggerTimeout()
public void setTriggerTimeout(int triggerTimeout)
public float getRotationSpeed()
public void setRotationSpeed(float rotationSpeed)
public int getAmmoColor()
public void setAmmoColor(int ammoColor)