Class ExpandWitherSkull
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.projectile.ExpandWitherSkull
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDangerous(net.minecraft.world.entity.projectile.WitherSkull internal) Gets whether this skull is dangerous or not.static voidsetDangerous(net.minecraft.world.entity.projectile.WitherSkull internal, boolean dangerous) Sets whether this skull is dangerous or not.
-
Constructor Details
-
ExpandWitherSkull
public ExpandWitherSkull()
-
-
Method Details
-
isDangerous
public static boolean isDangerous(net.minecraft.world.entity.projectile.WitherSkull internal) Gets whether this skull is dangerous or not.- Returns:
- true if dangerous, false otherwise.
-
setDangerous
public static void setDangerous(net.minecraft.world.entity.projectile.WitherSkull internal, boolean dangerous) Sets whether this skull is dangerous or not.- DocParam:
- dangerous true
-