public class LegendaryCheckSpawnsEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.command.ICommandSender |
sender
The
ICommandSender using the command. |
boolean |
shouldShowChance
Whether or not the chance of success for the next spawn attempt will be displayed.
|
boolean |
shouldShowTime
Whether or not the time until the next spawn attempt will be displayed.
|
Constructor and Description |
---|
LegendaryCheckSpawnsEvent(net.minecraft.command.ICommandSender sender) |
public final net.minecraft.command.ICommandSender sender
ICommandSender
using the command.public boolean shouldShowTime
public boolean shouldShowChance