Class MixinServerLevel
java.lang.Object
net.minecraft.world.level.Level
com.blamejared.crafttweaker.mixin.common.transform.world.level.MixinServerLevel
- All Implemented Interfaces:
CraftTweakerSavedDataHolder,AutoCloseable,net.minecraft.world.level.biome.BiomeManager.NoiseBiomeSource,net.minecraft.world.level.BlockAndTintGetter,net.minecraft.world.level.BlockGetter,net.minecraft.world.level.CollisionGetter,net.minecraft.world.level.CommonLevelAccessor,net.minecraft.world.level.EntityGetter,net.minecraft.world.level.LevelAccessor,net.minecraft.world.level.LevelHeightAccessor,net.minecraft.world.level.LevelReader,net.minecraft.world.level.LevelSimulatedReader,net.minecraft.world.level.LevelSimulatedRW,net.minecraft.world.level.LevelTimeAccess,net.minecraft.world.level.LevelWriter
public abstract class MixinServerLevel
extends net.minecraft.world.level.Level
implements CraftTweakerSavedDataHolder
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.Level
addend, blockEntityTickers, END, isClientSide, levelData, LONG_PARTICLE_CLIP_RANGE, MAX_BRIGHTNESS, MAX_ENTITY_SPAWN_Y, MAX_LEVEL_SIZE, MIN_ENTITY_SPAWN_Y, NETHER, oRainLevel, oThunderLevel, OVERWORLD, rainLevel, random, randValue, RESOURCE_KEY_CODEC, SHORT_PARTICLE_CLIP_RANGE, thunderLevel, TICKS_PER_DAY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMixinServerLevel(net.minecraft.world.level.storage.WritableLevelData $$0, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$1, net.minecraft.core.Holder<net.minecraft.world.level.dimension.DimensionType> $$2, Supplier<net.minecraft.util.profiling.ProfilerFiller> $$3, boolean $$4, boolean $$5, long $$6) -
Method Summary
Modifier and TypeMethodDescriptionvoidcrafttwaeker$init(net.minecraft.server.MinecraftServer $$0, Executor $$1, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess $$2, net.minecraft.world.level.storage.ServerLevelData $$3, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$4, net.minecraft.core.Holder<net.minecraft.world.level.dimension.DimensionType> $$5, net.minecraft.server.level.progress.ChunkProgressListener $$6, net.minecraft.world.level.chunk.ChunkGenerator $$7, boolean $$8, long $$9, List $$10, boolean $$11, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) abstract net.minecraft.world.level.storage.DimensionDataStorageMethods inherited from class net.minecraft.world.level.Level
addAlwaysVisibleParticle, addAlwaysVisibleParticle, addBlockEntityTicker, addDestroyBlockEffect, addParticle, addParticle, blockEntityChanged, blockEvent, broadcastEntityEvent, close, createFireworks, destroyBlock, destroyBlockProgress, dimension, dimensionType, dimensionTypeRegistration, disconnect, explode, explode, explode, fillReportDetails, gatherChunkSourceStats, getBestNeighborSignal, getBiomeManager, getBlockEntity, getBlockRandomPos, getBlockState, getChunk, getChunk, getChunkAt, getChunkForCollisions, getCurrentDifficultyAt, getDayTime, getDirectSignalTo, getEntities, getEntities, getEntities, getEntity, getFluidState, getFreeMapId, getGameRules, getGameTime, getHeight, getLevelData, getLightEngine, getMapData, getProfiler, getProfilerSupplier, getRainLevel, getRandom, getRecipeManager, getScoreboard, getSeaLevel, getServer, getSignal, getSkyDarken, getSunAngle, getThunderLevel, getWorldBorder, globalLevelEvent, guardEntityTick, hasNeighborSignal, hasSignal, isClientSide, isDay, isDebug, isFluidAtPosition, isHumidAt, isInSpawnableBounds, isInWorldBounds, isLoaded, isNight, isRaining, isRainingAt, isStateAtPosition, isThundering, loadedAndEntityCanStandOn, loadedAndEntityCanStandOnFace, mayInteract, neighborChanged, nextSubTickCount, noSave, onBlockStateChange, playLocalSound, playSound, playSound, playSound, postGameEventInRadius, prepareWeather, removeBlock, removeBlockEntity, sendBlockUpdated, sendPacketToServer, setBlock, setBlock, setBlockAndUpdate, setBlockEntity, setBlocksDirty, setMapData, setRainLevel, setSkyFlashTime, setSpawnSettings, setThunderLevel, shouldTickBlocksAt, shouldTickDeath, tickBlockEntities, updateNeighborsAt, updateNeighborsAtExceptFromFacing, updateNeighbourForOutputSignal, updateSkyBrightnessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockAndTintGetter
canSeeSky, getBrightness, getRawBrightness, getShadeMethods inherited from interface net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraft.world.level.CollisionGetter
collidesWithSuffocatingBlock, findFreePosition, getBlockCollisions, getCollisions, getEntityCollisions, isUnobstructed, isUnobstructed, isUnobstructed, noCollision, noCollision, noCollisionMethods inherited from interface net.minecraft.world.level.CommonLevelAccessor
getBlockEntity, getEntityCollisions, getHeightmapPos, isUnobstructed, registryAccessMethods inherited from interface net.minecraft.world.level.EntityGetter
getEntities, getEntitiesOfClass, getEntitiesOfClass, getNearbyEntities, getNearbyPlayers, getNearestEntity, getNearestEntity, getNearestPlayer, getNearestPlayer, getNearestPlayer, getNearestPlayer, getNearestPlayer, getNearestPlayer, getPlayerByUUID, hasNearbyAlivePlayer, playersMethods inherited from interface net.minecraft.world.level.LevelAccessor
blockUpdated, dayTime, gameEvent, gameEvent, gameEvent, gameEvent, getBlockTicks, getChunkSource, getDifficulty, getFluidTicks, hasChunk, levelEvent, levelEvent, scheduleTick, scheduleTick, scheduleTick, scheduleTickMethods inherited from interface net.minecraft.world.level.LevelHeightAccessor
getMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeightMethods inherited from interface net.minecraft.world.level.LevelReader
canSeeSkyFromBelowWater, containsAnyLiquid, getBiome, getBlockStatesIfLoaded, getBlockTint, getBrightness, getChunk, getChunk, getDirectSignal, getHeight, getMaxLocalRawBrightness, getMaxLocalRawBrightness, getMinBuildHeight, getNoiseBiome, getUncachedNoiseBiome, hasChunkAt, hasChunkAt, hasChunksAt, hasChunksAt, hasChunksAt, isEmptyBlock, isWaterAtMethods inherited from interface net.minecraft.world.level.LevelTimeAccess
getMoonBrightness, getMoonPhase, getTimeOfDayMethods inherited from interface net.minecraft.world.level.LevelWriter
addFreshEntity, destroyBlock, destroyBlock
-
Field Details
-
crafttweaker$crafttweakerSavedData
-
-
Constructor Details
-
MixinServerLevel
protected MixinServerLevel(net.minecraft.world.level.storage.WritableLevelData $$0, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$1, net.minecraft.core.Holder<net.minecraft.world.level.dimension.DimensionType> $$2, Supplier<net.minecraft.util.profiling.ProfilerFiller> $$3, boolean $$4, boolean $$5, long $$6)
-
-
Method Details
-
getDataStorage
public abstract net.minecraft.world.level.storage.DimensionDataStorage getDataStorage() -
crafttwaeker$init
public void crafttwaeker$init(net.minecraft.server.MinecraftServer $$0, Executor $$1, net.minecraft.world.level.storage.LevelStorageSource.LevelStorageAccess $$2, net.minecraft.world.level.storage.ServerLevelData $$3, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> $$4, net.minecraft.core.Holder<net.minecraft.world.level.dimension.DimensionType> $$5, net.minecraft.server.level.progress.ChunkProgressListener $$6, net.minecraft.world.level.chunk.ChunkGenerator $$7, boolean $$8, long $$9, List $$10, boolean $$11, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
crafttweaker$getSavedData
- Specified by:
crafttweaker$getSavedDatain interfaceCraftTweakerSavedDataHolder
-