Class ExpandLightningBolt
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.misc.ExpandLightningBolt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetBlocksSetOnFire(net.minecraft.world.entity.LightningBolt internal) static net.minecraft.server.level.ServerPlayergetCause(net.minecraft.world.entity.LightningBolt internal) static booleanisVisualOnly(net.minecraft.world.entity.LightningBolt internal) static voidsetVisualOnly(net.minecraft.world.entity.LightningBolt internal, boolean visualOnly)
-
Constructor Details
-
ExpandLightningBolt
public ExpandLightningBolt()
-
-
Method Details
-
setVisualOnly
public static void setVisualOnly(net.minecraft.world.entity.LightningBolt internal, boolean visualOnly) -
isVisualOnly
public static boolean isVisualOnly(net.minecraft.world.entity.LightningBolt internal) -
getCause
public static net.minecraft.server.level.ServerPlayer getCause(net.minecraft.world.entity.LightningBolt internal) -
getBlocksSetOnFire
public static int getBlocksSetOnFire(net.minecraft.world.entity.LightningBolt internal)
-