Class LevelMixin
java.lang.Object
com.lightning.northstar.mixin.level.LevelMixin
- All Implemented Interfaces:
NorthstarLevel
@ParametersAreNonnullByDefault
public abstract class LevelMixin
extends Object
implements NorthstarLevel
-
Field Summary
Fields inherited from interface com.lightning.northstar.accessor.NorthstarLevel
CLIENT_TRACKER, SERVER_TRACKER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract net.minecraft.world.level.entity.LevelEntityGetter<net.minecraft.world.entity.Entity> floatbooleanvoid@Nullable Planetvoidnorthstar$queueBlockUpdates(it.unimi.dsi.fastutil.longs.LongCollection positions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lightning.northstar.accessor.NorthstarLevel
northstar$getPlanetTracker, northstar$gravity
-
Constructor Details
-
LevelMixin
public LevelMixin()
-
-
Method Details
-
getEntities
protected abstract net.minecraft.world.level.entity.LevelEntityGetter<net.minecraft.world.entity.Entity> getEntities() -
northstar$temperature
- Specified by:
northstar$temperaturein interfaceNorthstarLevel
-
northstar$oxygen
- Specified by:
northstar$oxygenin interfaceNorthstarLevel
-
northstar$queueBlockUpdates
public void northstar$queueBlockUpdates(it.unimi.dsi.fastutil.longs.LongCollection positions) - Specified by:
northstar$queueBlockUpdatesin interfaceNorthstarLevel
-
northstar$onResourceReload
public void northstar$onResourceReload()- Specified by:
northstar$onResourceReloadin interfaceNorthstarLevel
-
northstar$planet
- Specified by:
northstar$planetin interfaceNorthstarLevel
-
northstar$dimension
- Specified by:
northstar$dimensionin interfaceNorthstarLevel
-
northstar$gravityScale
public float northstar$gravityScale()- Specified by:
northstar$gravityScalein interfaceNorthstarLevel
-
northstar$isZeroGravity
public boolean northstar$isZeroGravity()- Specified by:
northstar$isZeroGravityin interfaceNorthstarLevel
-