Class TurnBeginAction
java.lang.Object
com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<PixelmonWrapper>protected final Terrainprotected final WeatherFields inherited from class com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
turn -
Constructor Summary
ConstructorsConstructorDescriptionTurnBeginAction(int turn, Terrain terrain, Weather weather, List<PixelmonWrapper> startingTeams) -
Method Summary
-
Field Details
-
terrain
-
weather
-
startingTeams
-
-
Constructor Details
-
TurnBeginAction
public TurnBeginAction(int turn, Terrain terrain, Weather weather, List<PixelmonWrapper> startingTeams)
-
-
Method Details
-
appendLog
- Specified by:
appendLogin classBattleAction
-