Class ExpandFireworkRocketEntity
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.ExpandFireworkRocketEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisShotAtAngle(net.minecraft.world.entity.projectile.FireworkRocketEntity internal) Checks whether this firework rocket was shot at an angle or not.
-
Constructor Details
-
ExpandFireworkRocketEntity
public ExpandFireworkRocketEntity()
-
-
Method Details
-
isShotAtAngle
public static boolean isShotAtAngle(net.minecraft.world.entity.projectile.FireworkRocketEntity internal) Checks whether this firework rocket was shot at an angle or not.- Returns:
- true if shot at an angle, false otherwise.
-