public class Weather21_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API
| Constructor and Description |
|---|
Weather21_12_2() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType |
convertType(net.mrbt0907.weather2.api.weather.WeatherEnum.Type type) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestBlizzard(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestCloud(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestData(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestHurricane(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestSandStorm(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestStorm(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData |
getClosestTornado(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance) |
@Nullable net.mrbt0907.weather2.weather.storm.WeatherObject |
getClosestWeatherType(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type) |
@Nullable net.mrbt0907.weather2.weather.WeatherManager |
getManager(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
java.util.Map<net.mrbt0907.weather2.weather.storm.WeatherObject,java.lang.Integer> |
getWeatherTypeAround(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type) |
mods.thecomputerizer.theimpossiblelibrary.api.shapes.vectors.Vector3 |
toBuiltInVec(net.mrbt0907.weather2.util.Maths.Vec3 vec) |
net.mrbt0907.weather2.util.Maths.Vec3 |
toVec(mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos) |
getID, getName, isCompatible@Nullable public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType convertType(net.mrbt0907.weather2.api.weather.WeatherEnum.Type type)
@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestBlizzard(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestBlizzard in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestCloud(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestCloud in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestData(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type)
@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestHurricane(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestHurricane in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestSandStorm(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestSandStorm in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestStorm(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestStorm in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherData getClosestTornado(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance)
getClosestTornado in class mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API@Nullable
public @Nullable net.mrbt0907.weather2.weather.storm.WeatherObject getClosestWeatherType(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type)
@Nullable public @Nullable net.mrbt0907.weather2.weather.WeatherManager getManager(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
public java.util.Map<net.mrbt0907.weather2.weather.storm.WeatherObject,java.lang.Integer> getWeatherTypeAround(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos,
double distance,
mods.thecomputerizer.theimpossiblelibrary.api.integration.Weather2API.WeatherType type)
public mods.thecomputerizer.theimpossiblelibrary.api.shapes.vectors.Vector3 toBuiltInVec(net.mrbt0907.weather2.util.Maths.Vec3 vec)
public net.mrbt0907.weather2.util.Maths.Vec3 toVec(mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos)