public interface EggHatcher
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.util.Optional<Ability>> |
ABILITIES |
Modifier and Type | Method and Description |
---|---|
default int |
getHatchBonus(PlayerPartyStorage party) |
void |
tick(net.minecraft.entity.player.ServerPlayerEntity player,
PlayerPartyStorage party) |
static final java.util.List<java.util.Optional<Ability>> ABILITIES
void tick(net.minecraft.entity.player.ServerPlayerEntity player, PlayerPartyStorage party)
default int getHatchBonus(PlayerPartyStorage party)