Package net.minecraft.server.world
Class ServerWorld
java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
- All Implemented Interfaces:
ThreadExecutor,BlockView
- Direct Known Subclasses:
DemoServerWorld,MultiServerWorld
- Mappings:
Namespace Name official leintermediary net/minecraft/class_795named net/minecraft/server/world/ServerWorld
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List<WeightedRandomChestContent>private final Set<TickableEntry>private final EntityTrackerprotected final ZombieSiegeManagerprivate final TreeSet<TickableEntry>private ServerWorld.BlockActionList[]private intprivate final MobSpawnerHelperprivate intprivate static final Loggerprivate List<TickableEntry>private final PlayerWorldManagerprivate final PortalTeleporterprivate booleanbooleanprivate final MinecraftServerFields inherited from class net.minecraft.world.World
blockEntities, chunkProvider, dimension, entities, eventListeners, field_4523, field_4530, idToEntity, immediateUpdates, isClient, lcgBlockSeed, levelProperties, loadedEntities, persistentStateManager, playerEntities, profiler, rainGradient, rainGradientPrev, random, saveHandler, scoreboard, spawnAnimals, spawnMonsters, thunderGradient, thunderGradientPrev, tickingBlockEntities, unloadedEntities, unusedIncrement, villageState -
Constructor Summary
ConstructorsConstructorDescriptionServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlockAction(BlockPos pos, Block block, int type, int data) voidaddBlockTick(BlockPos pos, Block block, int int2, int int3) booleanvoidaddParticle(ParticleType type, boolean longDistance, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) voidaddParticle(ParticleType type, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) booleancanPlayerModifyAt(PlayerEntity player, BlockPos pos) voidcheckChunk(Entity entity, boolean bl) voidclose()createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) protected ChunkProvidergetEntities(BlockBox box, boolean bool) getEntities(Chunk chunk, boolean bool) protected intgetWorld()booleanhasScheduledTick(BlockPos pos, Block block) private voidbooleanbooleanisReady()protected BlockPosmethod_10749(BlockPos blockPos) booleanmethod_10753(EntityCategory entityCategory, Biome.SpawnEntry spawnEntry, BlockPos blockPos) method_10754(EntityCategory entityCategory, BlockPos blockPos) private booleanprivate booleanprivate voidprotected voidmethod_2134(int int2, int int3, int int4, int int5, int int6, int int7) private booleanmethod_2137(BlockAction blockAction) protected voidvoidmethod_3599(BlockPos pos, Block block, int int2) booleanmethod_3644(boolean bool) voidvoidmethod_4682(BlockPos pos, Block block, int int2, int int3) voidprotected voidonEntityRemoved(Entity entity) protected voidonEntitySpawned(Entity entity) protected voidvoidprivate voidvoidsave(boolean bool, ProgressListener listener) voidsendEntityStatus(Entity entity, byte status) private voidvoidvoidvoidtick()protected voidvoidprotected voidMethods inherited from class net.minecraft.world.World
addBlockEntities, addBlockEntity, addDetailsToCrashReport, addFireworkParticle, addListener, addParticle, addParticle, addToCrashReport, blockExists, calculateAmbientDarkness, canBlockBePlaced, containsBlockWithMaterial, containsFireSource, containsFluid, containsMaterial, createExplosion, disconnect, doesBoxCollide, extinguishFire, getAmbientDarkness, getBiome, getBiomeSource, getBlockAt, getBlockEntity, getBlockState, getBrightness, getCalenderInstance, getChunk, getChunk, getChunkProvider, getClosestPlayer, getClosestPlayer, getCloudColor, getDebugString, getEffectiveHeight, getEmittedRedstonePower, getEntitiesByClass, getEntitiesIn, getEntitiesIn, getEntitiesInBox, getEntitiesInBox, getEntityById, getFogColor, getGameRules, getGeneratorType, getGlobalDifficulty, getHorizonHeight, getLastUpdateTime, getLevelProperties, getLight, getLightAtPos, getLoadedEntities, getLocalDifficulty, getLuminance, getMaxBuildHeight, getMoonPhase, getMoonSize, getNearestStructurePos, getPlayerByName, getPlayerByUuid, getRainGradient, getReceivedRedstonePower, getReceivedStrongRedstonePower, getSaveHandler, getScoreboard, getSeaLevel, getSeed, getSkyAngle, getSkyAngleRadians, getSpawnPos, getStrongRedstonePower, getStructureRandom, getThunderGradient, getTimeOfDay, getTopPosition, getVillageState, getWorldBorder, hasDirectSunlight, hasEntityIn, hasEntityIn, hasHighHumidity, hasRain, initWeatherGradients, isAir, isBoxNotEmpty, isChunkLoaded, isChunkLoaded, isDay, isEmittingRedstonePower, isEmpty, isInsideWorld, isLoaded, isOpaque, isPlayerInRange, isRaining, isReceivingRedstonePower, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isRegionLoaded, isThundering, loadEntity, markDirty, method_3597, method_3605, method_3608, method_3610, method_3612, method_3616, method_3619, method_3631, method_3645, method_3649, method_3660, method_3700, method_3704, method_3705, method_3707, method_4689, method_4690, method_8485, method_8491, method_8506, method_8514, method_8521, method_8522, method_8531, method_8536, method_8537, method_8539, method_8543, method_8545, method_8550, method_8552, method_8557, method_8558, method_8559, method_8562, method_8565, method_8566, method_8567, method_8568, neighbourUpdate, onBlockUpdate, onLightUpdate, onRenderRegionUpdate, onRenderRegionUpdate, playMusicDisc, playSound, playSound, playSound, playSound, queueBlockEntity, rayTrace, rayTrace, rayTrace, readSaveLock, recievesSunlight, removeBlock, removeBlockEntity, removeEntity, removeListener, renderAsNormalBlock, scheduleTick, setAir, setAmbientDarkness, setBlockBreakingInfo, setBlockEntity, setBlockState, setItemData, setRainGradient, setSeaLevel, setSpawnPos, setThunderGradient, setTime, setTimeOfDay, spawnEntity, syncGlobalEvent, syncWorldEvent, unloadEntities, updateHorizontalAdjacent, updateLighting, updateNeighborsAlways, updateNeighborsExcept
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLle;a:Lorg/apache/logging/log4j/Logger;intermediary field_8892Lnet/minecraft/class_795;field_8892:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/server/world/ServerWorld;LOGGER:Lorg/apache/logging/log4j/Logger;
-
BONUS_CHEST_LOOT_TABLE
- Mappings:
Namespace Name Mixin selector official ULle;U:Ljava/util/List;intermediary field_11760Lnet/minecraft/class_795;field_11760:Ljava/util/List;named BONUS_CHEST_LOOT_TABLELnet/minecraft/server/world/ServerWorld;BONUS_CHEST_LOOT_TABLE:Ljava/util/List;
-
server
- Mappings:
Namespace Name Mixin selector official ILle;I:Lnet/minecraft/server/MinecraftServer;intermediary field_2819Lnet/minecraft/class_795;field_2819:Lnet/minecraft/server/MinecraftServer;named serverLnet/minecraft/server/world/ServerWorld;server:Lnet/minecraft/server/MinecraftServer;
-
entityTracker
- Mappings:
Namespace Name Mixin selector official JLle;J:Lla;intermediary field_2809Lnet/minecraft/class_795;field_2809:Lnet/minecraft/class_790;named entityTrackerLnet/minecraft/server/world/ServerWorld;entityTracker:Lnet/minecraft/entity/EntityTracker;
-
playerWorldManager
- Mappings:
Namespace Name Mixin selector official KLle;K:Llc;intermediary field_2810Lnet/minecraft/class_795;field_2810:Lnet/minecraft/class_792;named playerWorldManagerLnet/minecraft/server/world/ServerWorld;playerWorldManager:Lnet/minecraft/server/PlayerWorldManager;
-
field_2812
- Mappings:
Namespace Name Mixin selector official MLle;M:Ljava/util/TreeSet;intermediary field_2812Lnet/minecraft/class_795;field_2812:Ljava/util/TreeSet;named field_2812Lnet/minecraft/server/world/ServerWorld;field_2812:Ljava/util/TreeSet;
-
entitiesByUuid
- Mappings:
Namespace Name Mixin selector official NLle;N:Ljava/util/Map;intermediary field_11759Lnet/minecraft/class_795;field_11759:Ljava/util/Map;named entitiesByUuidLnet/minecraft/server/world/ServerWorld;entitiesByUuid:Ljava/util/Map;
-
chunkCache
- Mappings:
Namespace Name Mixin selector official bLle;b:Lld;intermediary field_2820Lnet/minecraft/class_795;field_2820:Lnet/minecraft/class_794;named chunkCacheLnet/minecraft/server/world/ServerWorld;chunkCache:Lnet/minecraft/world/chunk/ServerChunkProvider;
-
savingDisabled
public boolean savingDisabled- Mappings:
Namespace Name Mixin selector official cLle;c:Zintermediary field_2822Lnet/minecraft/class_795;field_2822:Znamed savingDisabledLnet/minecraft/server/world/ServerWorld;savingDisabled:Z
-
ready
private boolean ready- Mappings:
Namespace Name Mixin selector official OLle;O:Zintermediary field_2813Lnet/minecraft/class_795;field_2813:Znamed readyLnet/minecraft/server/world/ServerWorld;ready:Z
-
idleTimeout
private int idleTimeout- Mappings:
Namespace Name Mixin selector official PLle;P:Iintermediary field_2814Lnet/minecraft/class_795;field_2814:Inamed idleTimeoutLnet/minecraft/server/world/ServerWorld;idleTimeout:I
-
portalTeleporter
- Mappings:
Namespace Name Mixin selector official QLle;Q:Ladu;intermediary field_5302Lnet/minecraft/class_795;field_5302:Lnet/minecraft/class_1163;named portalTeleporterLnet/minecraft/server/world/ServerWorld;portalTeleporter:Lnet/minecraft/entity/PortalTeleporter;
-
field_6728
- Mappings:
Namespace Name Mixin selector official RLle;R:Ladt;intermediary field_6728Lnet/minecraft/class_795;field_6728:Lnet/minecraft/class_1162;named field_6728Lnet/minecraft/server/world/ServerWorld;field_6728:Lnet/minecraft/entity/MobSpawnerHelper;
-
field_11761
- Mappings:
Namespace Name Mixin selector official dLle;d:Ltg;intermediary field_11761Lnet/minecraft/class_795;field_11761:Lnet/minecraft/class_940;named field_11761Lnet/minecraft/server/world/ServerWorld;field_11761:Lnet/minecraft/village/ZombieSiegeManager;
-
field_2815
- Mappings:
Namespace Name Mixin selector official SLle;S:[Lle$a;intermediary field_2815Lnet/minecraft/class_795;field_2815:[Lnet/minecraft/class_795$class_797;named field_2815Lnet/minecraft/server/world/ServerWorld;field_2815:[Lnet/minecraft/server/world/ServerWorld$BlockActionList;
-
field_2816
private int field_2816- Mappings:
Namespace Name Mixin selector official TLle;T:Iintermediary field_2816Lnet/minecraft/class_795;field_2816:Inamed field_2816Lnet/minecraft/server/world/ServerWorld;field_2816:I
-
players
- Mappings:
Namespace Name Mixin selector official VLle;V:Ljava/util/List;intermediary field_6729Lnet/minecraft/class_795;field_6729:Ljava/util/List;named playersLnet/minecraft/server/world/ServerWorld;players:Ljava/util/List;
-
-
Constructor Details
-
ServerWorld
public ServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) - Mappings:
Namespace Name Mixin selector official <init>Lle;<init>(Lnet/minecraft/server/MinecraftServer;Latp;Lato;ILnt;)Vintermediary <init>Lnet/minecraft/class_795;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_101;Lnet/minecraft/class_100;ILnet/minecraft/class_839;)Vnamed <init>Lnet/minecraft/server/world/ServerWorld;<init>(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/world/SaveHandler;Lnet/minecraft/world/level/LevelProperties;ILnet/minecraft/util/profiler/Profiler;)V
-
-
Method Details
-
getWorld
-
tick
public void tick() -
method_10754
- Mappings:
Namespace Name Mixin selector official aLle;a(Lpt;Lcj;)Lady$c;intermediary method_10754Lnet/minecraft/class_795;method_10754(Lnet/minecraft/class_872;Lnet/minecraft/class_2552;)Lnet/minecraft/class_1170$class_1171;named method_10754Lnet/minecraft/server/world/ServerWorld;method_10754(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome$SpawnEntry;
-
method_10753
public boolean method_10753(EntityCategory entityCategory, Biome.SpawnEntry spawnEntry, BlockPos blockPos) - Mappings:
Namespace Name Mixin selector official aLle;a(Lpt;Lady$c;Lcj;)Zintermediary method_10753Lnet/minecraft/class_795;method_10753(Lnet/minecraft/class_872;Lnet/minecraft/class_1170$class_1171;Lnet/minecraft/class_2552;)Znamed method_10753Lnet/minecraft/server/world/ServerWorld;method_10753(Lnet/minecraft/entity/EntityCategory;Lnet/minecraft/world/biome/Biome$SpawnEntry;Lnet/minecraft/util/math/BlockPos;)Z
-
method_3669
public void method_3669()- Overrides:
method_3669in classWorld- Mappings:
Namespace Name Mixin selector official dLadm;d()Vintermediary method_3669Lnet/minecraft/class_1150;method_3669()Vnamed method_3669Lnet/minecraft/world/World;method_3669()V
-
method_2141
protected void method_2141()- Mappings:
Namespace Name Mixin selector official eLle;e()Vintermediary method_2141Lnet/minecraft/class_795;method_2141()Vnamed method_2141Lnet/minecraft/server/world/ServerWorld;method_2141()V
-
resetWeather
private void resetWeather()- Mappings:
Namespace Name Mixin selector official agLle;ag()Vintermediary method_2130Lnet/minecraft/class_795;method_2130()Vnamed resetWeatherLnet/minecraft/server/world/ServerWorld;resetWeather()V
-
isReady
public boolean isReady()- Mappings:
Namespace Name Mixin selector official fLle;f()Zintermediary method_2142Lnet/minecraft/class_795;method_2142()Znamed isReadyLnet/minecraft/server/world/ServerWorld;isReady()Z
-
setDefaultSpawnClient
- Overrides:
setDefaultSpawnClientin classWorld- Mappings:
Namespace Name Mixin selector official gLadm;g()Vintermediary method_3694Lnet/minecraft/class_1150;method_3694()Vnamed setDefaultSpawnClientLnet/minecraft/world/World;setDefaultSpawnClient()V
-
tickBlocks
protected void tickBlocks()- Overrides:
tickBlocksin classWorld- Mappings:
Namespace Name Mixin selector official hLadm;h()Vintermediary method_3701Lnet/minecraft/class_1150;method_3701()Vnamed tickBlocksLnet/minecraft/world/World;tickBlocks()V
-
method_10749
- Mappings:
Namespace Name Mixin selector official aLle;a(Lcj;)Lcj;intermediary method_10749Lnet/minecraft/class_795;method_10749(Lnet/minecraft/class_2552;)Lnet/minecraft/class_2552;named method_10749Lnet/minecraft/server/world/ServerWorld;method_10749(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
hasScheduledTick
- Overrides:
hasScheduledTickin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;)Zintermediary method_8502Lnet/minecraft/class_1150;method_8502(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;)Znamed hasScheduledTickLnet/minecraft/world/World;hasScheduledTick(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;)Z
-
method_3599
- Overrides:
method_3599in classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;I)Vintermediary method_3599Lnet/minecraft/class_1150;method_3599(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;I)Vnamed method_3599Lnet/minecraft/world/World;method_3599(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;I)V
-
method_4682
- Overrides:
method_4682in classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lcj;Lafh;II)Vintermediary method_4682Lnet/minecraft/class_1150;method_4682(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;II)Vnamed method_4682Lnet/minecraft/world/World;method_4682(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
addBlockTick
- Overrides:
addBlockTickin classWorld- Mappings:
Namespace Name Mixin selector official bLadm;b(Lcj;Lafh;II)Vintermediary method_3653Lnet/minecraft/class_1150;method_3653(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;II)Vnamed addBlockTickLnet/minecraft/world/World;addBlockTick(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
tickEntities
public void tickEntities()- Overrides:
tickEntitiesin classWorld- Mappings:
Namespace Name Mixin selector official iLadm;i()Vintermediary method_3706Lnet/minecraft/class_1150;method_3706()Vnamed tickEntitiesLnet/minecraft/world/World;tickEntities()V
-
resetIdleTimeout
public void resetIdleTimeout()- Mappings:
Namespace Name Mixin selector official jLle;j()Vintermediary method_4411Lnet/minecraft/class_795;method_4411()Vnamed resetIdleTimeoutLnet/minecraft/server/world/ServerWorld;resetIdleTimeout()V
-
method_3644
public boolean method_3644(boolean bool) - Overrides:
method_3644in classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Z)Zintermediary method_3644Lnet/minecraft/class_1150;method_3644(Z)Znamed method_3644Lnet/minecraft/world/World;method_3644(Z)Z
-
getEntities
- Overrides:
getEntitiesin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lamy;Z)Ljava/util/List;intermediary method_3643Lnet/minecraft/class_1150;method_3643(Lnet/minecraft/class_1196;Z)Ljava/util/List;named getEntitiesLnet/minecraft/world/World;getEntities(Lnet/minecraft/world/chunk/Chunk;Z)Ljava/util/List;
-
getEntities
- Overrides:
getEntitiesin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Laqe;Z)Ljava/util/List;intermediary method_8497Lnet/minecraft/class_1150;method_8497(Lnet/minecraft/class_1251;Z)Ljava/util/List;named getEntitiesLnet/minecraft/world/World;getEntities(Lnet/minecraft/util/math/BlockBox;Z)Ljava/util/List;
-
checkChunk
- Overrides:
checkChunkin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;Z)Vintermediary method_3636Lnet/minecraft/class_1150;method_3636(Lnet/minecraft/class_864;Z)Vnamed checkChunkLnet/minecraft/world/World;checkChunk(Lnet/minecraft/entity/Entity;Z)V
-
method_10755
private boolean method_10755()- Mappings:
Namespace Name Mixin selector official ahLle;ah()Zintermediary method_10755Lnet/minecraft/class_795;method_10755()Znamed method_10755Lnet/minecraft/server/world/ServerWorld;method_10755()Z
-
method_10756
private boolean method_10756()- Mappings:
Namespace Name Mixin selector official aiLle;ai()Zintermediary method_10756Lnet/minecraft/class_795;method_10756()Znamed method_10756Lnet/minecraft/server/world/ServerWorld;method_10756()Z
-
getChunkCache
- Specified by:
getChunkCachein classWorld- Mappings:
Namespace Name Mixin selector official kLadm;k()Lamv;intermediary method_3712Lnet/minecraft/class_1150;method_3712()Lnet/minecraft/class_1193;named getChunkCacheLnet/minecraft/world/World;getChunkCache()Lnet/minecraft/world/chunk/ChunkProvider;
-
method_2134
- Mappings:
Namespace Name Mixin selector official aLle;a(IIIIII)Ljava/util/List;intermediary method_2134Lnet/minecraft/class_795;method_2134(IIIIII)Ljava/util/List;named method_2134Lnet/minecraft/server/world/ServerWorld;method_2134(IIIIII)Ljava/util/List;
-
canPlayerModifyAt
- Overrides:
canPlayerModifyAtin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lwn;Lcj;)Zintermediary method_8517Lnet/minecraft/class_1150;method_8517(Lnet/minecraft/class_988;Lnet/minecraft/class_2552;)Znamed canPlayerModifyAtLnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
-
setPropertiesInitialized
- Overrides:
setPropertiesInitializedin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Ladp;)Vintermediary method_3641Lnet/minecraft/class_1150;method_3641(Lnet/minecraft/class_1156;)Vnamed setPropertiesInitializedLnet/minecraft/world/World;setPropertiesInitialized(Lnet/minecraft/world/level/LevelInfo;)V
-
setDebugLevelProperties
private void setDebugLevelProperties()- Mappings:
Namespace Name Mixin selector official ajLle;aj()Vintermediary method_10757Lnet/minecraft/class_795;method_10757()Vnamed setDebugLevelPropertiesLnet/minecraft/server/world/ServerWorld;setDebugLevelProperties()V
-
init
- Mappings:
Namespace Name Mixin selector official bLle;b(Ladp;)Vintermediary method_2140Lnet/minecraft/class_795;method_2140(Lnet/minecraft/class_1156;)Vnamed initLnet/minecraft/server/world/ServerWorld;init(Lnet/minecraft/world/level/LevelInfo;)V
-
placeBonusChest
protected void placeBonusChest()- Mappings:
Namespace Name Mixin selector official lLle;l()Vintermediary method_2143Lnet/minecraft/class_795;method_2143()Vnamed placeBonusChestLnet/minecraft/server/world/ServerWorld;placeBonusChest()V
-
getForcedSpawnPoint
- Mappings:
Namespace Name Mixin selector official mLle;m()Lcj;intermediary method_2144Lnet/minecraft/class_795;method_2144()Lnet/minecraft/class_2552;named getForcedSpawnPointLnet/minecraft/server/world/ServerWorld;getForcedSpawnPoint()Lnet/minecraft/util/math/BlockPos;
-
save
- Throws:
WorldSaveException- Mappings:
Namespace Name Mixin selector official aLle;a(ZLnu;)Vintermediary method_8133Lnet/minecraft/class_795;method_8133(ZLnet/minecraft/class_841;)Vnamed saveLnet/minecraft/server/world/ServerWorld;save(ZLnet/minecraft/util/ProgressListener;)V
-
method_5323
public void method_5323()- Mappings:
Namespace Name Mixin selector official nLle;n()Vintermediary method_5323Lnet/minecraft/class_795;method_5323()Vnamed method_5323Lnet/minecraft/server/world/ServerWorld;method_5323()V
-
method_2132
- Throws:
WorldSaveException- Mappings:
Namespace Name Mixin selector official aLle;a()Vintermediary method_2132Lnet/minecraft/class_795;method_2132()Vnamed method_2132Lnet/minecraft/server/world/ServerWorld;method_2132()V
-
onEntitySpawned
- Overrides:
onEntitySpawnedin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;)Vintermediary method_3626Lnet/minecraft/class_1150;method_3626(Lnet/minecraft/class_864;)Vnamed onEntitySpawnedLnet/minecraft/world/World;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
-
onEntityRemoved
- Overrides:
onEntityRemovedin classWorld- Mappings:
Namespace Name Mixin selector official bLadm;b(Lpk;)Vintermediary method_3663Lnet/minecraft/class_1150;method_3663(Lnet/minecraft/class_864;)Vnamed onEntityRemovedLnet/minecraft/world/World;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
-
addEntity
-
sendEntityStatus
- Overrides:
sendEntityStatusin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;B)Vintermediary method_3627Lnet/minecraft/class_1150;method_3627(Lnet/minecraft/class_864;B)Vnamed sendEntityStatusLnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
-
createExplosion
public Explosion createExplosion(Entity entity, double x, double y, double z, float power, boolean createFire, boolean destructive) - Overrides:
createExplosionin classWorld- Mappings:
Namespace Name Mixin selector official aLadm;a(Lpk;DDDFZZ)Ladi;intermediary method_3630Lnet/minecraft/class_1150;method_3630(Lnet/minecraft/class_864;DDDFZZ)Lnet/minecraft/class_1147;named createExplosionLnet/minecraft/world/World;createExplosion(Lnet/minecraft/entity/Entity;DDDFZZ)Lnet/minecraft/world/explosion/Explosion;
-
addBlockAction
- Overrides:
addBlockActionin classWorld- Mappings:
Namespace Name Mixin selector official cLadm;c(Lcj;Lafh;II)Vintermediary method_3654Lnet/minecraft/class_1150;method_3654(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;II)Vnamed addBlockActionLnet/minecraft/world/World;addBlockAction(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/Block;II)V
-
method_2131
private void method_2131()- Mappings:
Namespace Name Mixin selector official akLle;ak()Vintermediary method_2131Lnet/minecraft/class_795;method_2131()Vnamed method_2131Lnet/minecraft/server/world/ServerWorld;method_2131()V
-
method_2137
- Mappings:
Namespace Name Mixin selector official aLle;a(Lade;)Zintermediary method_2137Lnet/minecraft/class_795;method_2137(Lnet/minecraft/class_1166;)Znamed method_2137Lnet/minecraft/server/world/ServerWorld;method_2137(Lnet/minecraft/server/world/BlockAction;)Z
-
close
public void close()- Mappings:
Namespace Name Mixin selector official oLle;o()Vintermediary method_2145Lnet/minecraft/class_795;method_2145()Vnamed closeLnet/minecraft/server/world/ServerWorld;close()V
-
tickWeather
protected void tickWeather()- Overrides:
tickWeatherin classWorld- Mappings:
Namespace Name Mixin selector official pLadm;p()Vintermediary method_3722Lnet/minecraft/class_1150;method_3722()Vnamed tickWeatherLnet/minecraft/world/World;tickWeather()V
-
getNextMapId
protected int getNextMapId()- Specified by:
getNextMapIdin classWorld- Mappings:
Namespace Name Mixin selector official qLadm;q()Iintermediary method_6411Lnet/minecraft/class_1150;method_6411()Inamed getNextMapIdLnet/minecraft/world/World;getNextMapId()I
-
getServer
- Mappings:
Namespace Name Mixin selector official rLle;r()Lnet/minecraft/server/MinecraftServer;intermediary method_2146Lnet/minecraft/class_795;method_2146()Lnet/minecraft/server/MinecraftServer;named getServerLnet/minecraft/server/world/ServerWorld;getServer()Lnet/minecraft/server/MinecraftServer;
-
getEntityTracker
- Mappings:
Namespace Name Mixin selector official sLle;s()Lla;intermediary method_2147Lnet/minecraft/class_795;method_2147()Lnet/minecraft/class_790;named getEntityTrackerLnet/minecraft/server/world/ServerWorld;getEntityTracker()Lnet/minecraft/entity/EntityTracker;
-
getPlayerWorldManager
- Mappings:
Namespace Name Mixin selector official tLle;t()Llc;intermediary method_2148Lnet/minecraft/class_795;method_2148()Lnet/minecraft/class_792;named getPlayerWorldManagerLnet/minecraft/server/world/ServerWorld;getPlayerWorldManager()Lnet/minecraft/server/PlayerWorldManager;
-
getPortalTeleporter
- Mappings:
Namespace Name Mixin selector official uLle;u()Ladu;intermediary method_4412Lnet/minecraft/class_795;method_4412()Lnet/minecraft/class_1163;named getPortalTeleporterLnet/minecraft/server/world/ServerWorld;getPortalTeleporter()Lnet/minecraft/entity/PortalTeleporter;
-
addParticle
public void addParticle(ParticleType type, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) - Mappings:
Namespace Name Mixin selector official aLle;a(Lcy;DDDIDDDD[I)Vintermediary method_10750Lnet/minecraft/class_795;method_10750(Lnet/minecraft/class_2562;DDDIDDDD[I)Vnamed addParticleLnet/minecraft/server/world/ServerWorld;addParticle(Lnet/minecraft/client/particle/ParticleType;DDDIDDDD[I)V
-
addParticle
public void addParticle(ParticleType type, boolean longDistance, double x, double y, double z, int count, double offsetX, double offsetY, double offsetZ, double speed, int[] args) - Mappings:
Namespace Name Mixin selector official aLle;a(Lcy;ZDDDIDDDD[I)Vintermediary method_10751Lnet/minecraft/class_795;method_10751(Lnet/minecraft/class_2562;ZDDDIDDDD[I)Vnamed addParticleLnet/minecraft/server/world/ServerWorld;addParticle(Lnet/minecraft/client/particle/ParticleType;ZDDDIDDDD[I)V
-
getEntity
- Mappings:
Namespace Name Mixin selector official aLle;a(Ljava/util/UUID;)Lpk;intermediary method_10752Lnet/minecraft/class_795;method_10752(Ljava/util/UUID;)Lnet/minecraft/class_864;named getEntityLnet/minecraft/server/world/ServerWorld;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
-
execute
- Specified by:
executein interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official aLod;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;intermediary method_6635Lnet/minecraft/class_2605;method_6635(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;named executeLnet/minecraft/util/ThreadExecutor;execute(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
-
isOnThread
public boolean isOnThread()- Specified by:
isOnThreadin interfaceThreadExecutor- Mappings:
Namespace Name Mixin selector official aJLod;aJ()Zintermediary method_6640Lnet/minecraft/class_2605;method_6640()Znamed isOnThreadLnet/minecraft/util/ThreadExecutor;isOnThread()Z
-