public static class BreedEvent.EnvironmentStrength extends BreedEvent
BreedEvent
subclass for modifying or completely calculating the EnumBreedingStrength
and thus the speed of breeding for
a particular Pokémon inside particular bounds.BreedEvent.AddPokemon, BreedEvent.BreedingLevelChanged, BreedEvent.BreedingTicks, BreedEvent.CollectEgg, BreedEvent.EnvironmentStrength, BreedEvent.MakeEgg
Modifier and Type | Field and Description |
---|---|
float |
breedingStrength
The originally calculated breeding strength
|
EntityBreeding |
pokemon
The Pokémon whose breeding strength is being calculated
|
RanchBounds |
ranchBounds
The boundaries of the ranch which will be used for calculating the breeding strength
|
owner, ranch
Constructor and Description |
---|
EnvironmentStrength(java.util.UUID owner,
TileEntityRanchBlock ranch,
EntityBreeding pokemon,
RanchBounds ranchBounds,
float breedingStrength) |
public final EntityBreeding pokemon
public final RanchBounds ranchBounds
public float breedingStrength
public EnvironmentStrength(java.util.UUID owner, TileEntityRanchBlock ranch, EntityBreeding pokemon, RanchBounds ranchBounds, float breedingStrength)