Package com.lightning.northstar.accessor
Interface NorthstarLevel
- All Known Implementing Classes:
net.minecraft.world.level.Level,LevelMixin,ServerLevelMixin
@ParametersAreNonnullByDefault
public interface NorthstarLevel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault PlanetDimensiondefault PlanetTrackerdefault floatdefault floatdefault booleandefault voiddefault NorthstarOxygendefault @Nullable Planetdefault voidnorthstar$queueBlockUpdates(it.unimi.dsi.fastutil.longs.LongCollection positions) default NorthstarTemperature
-
Field Details
-
SERVER_TRACKER
-
CLIENT_TRACKER
-
-
Method Details
-
northstar$getPlanetTracker
-
northstar$temperature
-
northstar$oxygen
-
northstar$queueBlockUpdates
default void northstar$queueBlockUpdates(it.unimi.dsi.fastutil.longs.LongCollection positions) -
northstar$onResourceReload
@Internal default void northstar$onResourceReload() -
northstar$planet
-
northstar$dimension
-
northstar$gravity
default float northstar$gravity() -
northstar$gravityScale
default float northstar$gravityScale() -
northstar$isZeroGravity
default boolean northstar$isZeroGravity()
-