public class LegendaryCheckSpawnsEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.command.CommandSource |
sender
The
CommandSource 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.CommandSource sender) |
public final net.minecraft.command.CommandSource sender
CommandSource
using the command.public boolean shouldShowTime
public boolean shouldShowChance