Class ServerWorld

java.lang.Object
net.minecraft.world.World
net.minecraft.server.world.ServerWorld
All Implemented Interfaces:
AutoCloseable, class_3593, class_3600, class_3601, class_3602, ThreadExecutor, BlockView, IWorld, RenderBlockView
Direct Known Subclasses:
DemoServerWorld, MultiServerWorld

public class ServerWorld extends World implements ThreadExecutor
Mappings:
Namespace Name
official td
intermediary net/minecraft/class_795
named net/minecraft/server/world/ServerWorld
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_8892 Lnet/minecraft/class_795;field_8892:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/world/ServerWorld;LOGGER:Lorg/apache/logging/log4j/Logger;
    • server

      private final MinecraftServer server
      Mappings:
      Namespace Name Mixin selector
      official F Ltd;F:Lnet/minecraft/server/MinecraftServer;
      intermediary field_2819 Lnet/minecraft/class_795;field_2819:Lnet/minecraft/server/MinecraftServer;
      named server Lnet/minecraft/server/world/ServerWorld;server:Lnet/minecraft/server/MinecraftServer;
    • entityTracker

      private final EntityTracker entityTracker
      Mappings:
      Namespace Name Mixin selector
      official G Ltd;G:Lsz;
      intermediary field_2809 Lnet/minecraft/class_795;field_2809:Lnet/minecraft/class_790;
      named entityTracker Lnet/minecraft/server/world/ServerWorld;entityTracker:Lnet/minecraft/entity/EntityTracker;
    • playerWorldManager

      private final PlayerWorldManager playerWorldManager
      Mappings:
      Namespace Name Mixin selector
      official H Ltd;H:Ltl;
      intermediary field_2810 Lnet/minecraft/class_795;field_2810:Lnet/minecraft/class_792;
      named playerWorldManager Lnet/minecraft/server/world/ServerWorld;playerWorldManager:Lnet/minecraft/server/PlayerWorldManager;
    • entitiesByUuid

      private final Map<UUID,Entity> entitiesByUuid
      Mappings:
      Namespace Name Mixin selector
      official I Ltd;I:Ljava/util/Map;
      intermediary field_11759 Lnet/minecraft/class_795;field_11759:Ljava/util/Map;
      named entitiesByUuid Lnet/minecraft/server/world/ServerWorld;entitiesByUuid:Ljava/util/Map;
    • savingDisabled

      public boolean savingDisabled
      Mappings:
      Namespace Name Mixin selector
      official b Ltd;b:Z
      intermediary field_2822 Lnet/minecraft/class_795;field_2822:Z
      named savingDisabled Lnet/minecraft/server/world/ServerWorld;savingDisabled:Z
    • ready

      private boolean ready
      Mappings:
      Namespace Name Mixin selector
      official J Ltd;J:Z
      intermediary field_2813 Lnet/minecraft/class_795;field_2813:Z
      named ready Lnet/minecraft/server/world/ServerWorld;ready:Z
    • idleTimeout

      private int idleTimeout
      Mappings:
      Namespace Name Mixin selector
      official K Ltd;K:I
      intermediary field_2814 Lnet/minecraft/class_795;field_2814:I
      named idleTimeout Lnet/minecraft/server/world/ServerWorld;idleTimeout:I
    • portalTeleporter

      private final PortalTeleporter portalTeleporter
      Mappings:
      Namespace Name Mixin selector
      official L Ltd;L:Layk;
      intermediary field_5302 Lnet/minecraft/class_795;field_5302:Lnet/minecraft/class_1163;
      named portalTeleporter Lnet/minecraft/server/world/ServerWorld;portalTeleporter:Lnet/minecraft/entity/PortalTeleporter;
    • field_6728

      private final MobSpawnerHelper field_6728
      Mappings:
      Namespace Name Mixin selector
      official M Ltd;M:Layj;
      intermediary field_6728 Lnet/minecraft/class_795;field_6728:Lnet/minecraft/class_1162;
      named field_6728 Lnet/minecraft/server/world/ServerWorld;field_6728:Lnet/minecraft/entity/MobSpawnerHelper;
    • field_21842

      private final class_3603<Block> field_21842
      Mappings:
      Namespace Name Mixin selector
      official N Ltd;N:Laym;
      intermediary field_21842 Lnet/minecraft/class_795;field_21842:Lnet/minecraft/class_3603;
      named field_21842 Lnet/minecraft/server/world/ServerWorld;field_21842:Lnet/minecraft/class_3603;
    • field_21843

      private final class_3603<Fluid> field_21843
      Mappings:
      Namespace Name Mixin selector
      official O Ltd;O:Laym;
      intermediary field_21843 Lnet/minecraft/class_795;field_21843:Lnet/minecraft/class_3603;
      named field_21843 Lnet/minecraft/server/world/ServerWorld;field_21843:Lnet/minecraft/class_3603;
    • field_11761

      protected final ZombieSiegeManager field_11761
      Mappings:
      Namespace Name Mixin selector
      official c Ltd;c:Lajh;
      intermediary field_11761 Lnet/minecraft/class_795;field_11761:Lnet/minecraft/class_940;
      named field_11761 Lnet/minecraft/server/world/ServerWorld;field_11761:Lnet/minecraft/village/ZombieSiegeManager;
    • field_21845

      Mappings:
      Namespace Name Mixin selector
      official d Ltd;d:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
      intermediary field_21845 Lnet/minecraft/class_795;field_21845:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
      named field_21845 Lnet/minecraft/server/world/ServerWorld;field_21845:Lit/unimi/dsi/fastutil/objects/ObjectLinkedOpenHashSet;
    • field_21844

      private boolean field_21844
      Mappings:
      Namespace Name Mixin selector
      official P Ltd;P:Z
      intermediary field_21844 Lnet/minecraft/class_795;field_21844:Z
      named field_21844 Lnet/minecraft/server/world/ServerWorld;field_21844:Z
  • Constructor Details

  • Method Details

    • method_21265

      public ServerWorld method_21265()
      Mappings:
      Namespace Name Mixin selector
      official i_ Ltd;i_()Ltd;
      intermediary method_21265 Lnet/minecraft/class_795;method_21265()Lnet/minecraft/class_795;
      named method_21265 Lnet/minecraft/server/world/ServerWorld;method_21265()Lnet/minecraft/server/world/ServerWorld;
    • method_16327

      public void method_16327(BooleanSupplier booleanSupplier)
      Overrides:
      method_16327 in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Ljava/util/function/BooleanSupplier;)V
      intermediary method_16327 Lnet/minecraft/class_1150;method_16327(Ljava/util/function/BooleanSupplier;)V
      named method_16327 Lnet/minecraft/world/World;method_16327(Ljava/util/function/BooleanSupplier;)V
    • method_21266

      public boolean method_21266()
      Mappings:
      Namespace Name Mixin selector
      official j_ Ltd;j_()Z
      intermediary method_21266 Lnet/minecraft/class_795;method_21266()Z
      named method_21266 Lnet/minecraft/server/world/ServerWorld;method_21266()Z
    • method_10754

      @Nullable public Biome.SpawnEntry method_10754(EntityCategory entityCategory, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Lafc;Lel;)Layu$e;
      intermediary method_10754 Lnet/minecraft/class_795;method_10754(Lnet/minecraft/class_872;Lnet/minecraft/class_2552;)Lnet/minecraft/class_1170$class_1171;
      named method_10754 Lnet/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 a Ltd;a(Lafc;Layu$e;Lel;)Z
      intermediary method_10753 Lnet/minecraft/class_795;method_10753(Lnet/minecraft/class_872;Lnet/minecraft/class_1170$class_1171;Lnet/minecraft/class_2552;)Z
      named method_10753 Lnet/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_3669 in class World
      Mappings:
      Namespace Name Mixin selector
      official k_ Laxy;k_()V
      intermediary method_3669 Lnet/minecraft/class_1150;method_3669()V
      named method_3669 Lnet/minecraft/world/World;method_3669()V
    • getScoreboard

      public ServerScoreboard getScoreboard()
      Specified by:
      getScoreboard in class World
      Mappings:
      Namespace Name Mixin selector
      official l_ Ltd;l_()Lpr;
      intermediary method_21268 Lnet/minecraft/class_795;method_21268()Lnet/minecraft/class_1545;
      named getScoreboard Lnet/minecraft/server/world/ServerWorld;getScoreboard()Lnet/minecraft/scoreboard/ServerScoreboard;
    • method_2141

      protected void method_2141()
      Mappings:
      Namespace Name Mixin selector
      official i Ltd;i()V
      intermediary method_2141 Lnet/minecraft/class_795;method_2141()V
      named method_2141 Lnet/minecraft/server/world/ServerWorld;method_2141()V
    • resetWeather

      private void resetWeather()
      Mappings:
      Namespace Name Mixin selector
      official b Ltd;b()V
      intermediary method_2130 Lnet/minecraft/class_795;method_2130()V
      named resetWeather Lnet/minecraft/server/world/ServerWorld;resetWeather()V
    • isReady

      public boolean isReady()
      Mappings:
      Namespace Name Mixin selector
      official j Ltd;j()Z
      intermediary method_2142 Lnet/minecraft/class_795;method_2142()Z
      named isReady Lnet/minecraft/server/world/ServerWorld;isReady()Z
    • setDefaultSpawnClient

      @Environment(CLIENT) public void setDefaultSpawnClient()
      Overrides:
      setDefaultSpawnClient in class World
      Mappings:
      Namespace Name Mixin selector
      official m_ Laxy;m_()V
      intermediary method_3694 Lnet/minecraft/class_1150;method_3694()V
      named setDefaultSpawnClient Lnet/minecraft/world/World;setDefaultSpawnClient()V
    • method_8487

      public boolean method_8487(int int2, int int3, boolean bool)
      Specified by:
      method_8487 in interface RenderBlockView
      Mappings:
      Namespace Name Mixin selector
      official a Layc;a(IIZ)Z
      intermediary method_8487 Lnet/minecraft/class_3599;method_8487(IIZ)Z
      named method_8487 Lnet/minecraft/world/RenderBlockView;method_8487(IIZ)Z
    • method_21256

      public boolean method_21256(int int2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(II)Z
      intermediary method_21256 Lnet/minecraft/class_795;method_21256(II)Z
      named method_21256 Lnet/minecraft/server/world/ServerWorld;method_21256(II)Z
    • method_12780

      protected void method_12780()
      Mappings:
      Namespace Name Mixin selector
      official l Ltd;l()V
      intermediary method_12780 Lnet/minecraft/class_795;method_12780()V
      named method_12780 Lnet/minecraft/server/world/ServerWorld;method_12780()V
    • tickBlocks

      protected void tickBlocks()
      Overrides:
      tickBlocks in class World
      Mappings:
      Namespace Name Mixin selector
      official n_ Laxy;n_()V
      intermediary method_3701 Lnet/minecraft/class_1150;method_3701()V
      named tickBlocks Lnet/minecraft/world/World;tickBlocks()V
    • method_10749

      protected BlockPos method_10749(BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Lel;)Lel;
      intermediary method_10749 Lnet/minecraft/class_795;method_10749(Lnet/minecraft/class_2552;)Lnet/minecraft/class_2552;
      named method_10749 Lnet/minecraft/server/world/ServerWorld;method_10749(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
    • tickEntities

      public void tickEntities()
      Overrides:
      tickEntities in class World
      Mappings:
      Namespace Name Mixin selector
      official o_ Laxy;o_()V
      intermediary method_3706 Lnet/minecraft/class_1150;method_3706()V
      named tickEntities Lnet/minecraft/world/World;tickEntities()V
    • method_11491

      protected void method_11491()
      Overrides:
      method_11491 in class World
      Mappings:
      Namespace Name Mixin selector
      official p_ Laxy;p_()V
      intermediary method_11491 Lnet/minecraft/class_1150;method_11491()V
      named method_11491 Lnet/minecraft/world/World;method_11491()V
    • resetIdleTimeout

      public void resetIdleTimeout()
      Mappings:
      Namespace Name Mixin selector
      official p Ltd;p()V
      intermediary method_4411 Lnet/minecraft/class_795;method_4411()V
      named resetIdleTimeout Lnet/minecraft/server/world/ServerWorld;resetIdleTimeout()V
    • method_21269

      public void method_21269()
      Mappings:
      Namespace Name Mixin selector
      official q Ltd;q()V
      intermediary method_21269 Lnet/minecraft/class_795;method_21269()V
      named method_21269 Lnet/minecraft/server/world/ServerWorld;method_21269()V
    • method_21258

      private void method_21258(TickableEntry<Fluid> tickableEntry)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Layp;)V
      intermediary method_21258 Lnet/minecraft/class_795;method_21258(Lnet/minecraft/class_1165;)V
      named method_21258 Lnet/minecraft/server/world/ServerWorld;method_21258(Lnet/minecraft/util/TickableEntry;)V
    • method_21264

      private void method_21264(TickableEntry<Block> tickableEntry)
      Mappings:
      Namespace Name Mixin selector
      official b Ltd;b(Layp;)V
      intermediary method_21264 Lnet/minecraft/class_795;method_21264(Lnet/minecraft/class_1165;)V
      named method_21264 Lnet/minecraft/server/world/ServerWorld;method_21264(Lnet/minecraft/util/TickableEntry;)V
    • checkChunk

      public void checkChunk(Entity entity, boolean bl)
      Overrides:
      checkChunk in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Laer;Z)V
      intermediary method_3636 Lnet/minecraft/class_1150;method_3636(Lnet/minecraft/class_864;Z)V
      named checkChunk Lnet/minecraft/world/World;checkChunk(Lnet/minecraft/entity/Entity;Z)V
    • method_10755

      private boolean method_10755()
      Mappings:
      Namespace Name Mixin selector
      official ak Ltd;ak()Z
      intermediary method_10755 Lnet/minecraft/class_795;method_10755()Z
      named method_10755 Lnet/minecraft/server/world/ServerWorld;method_10755()Z
    • method_10756

      private boolean method_10756()
      Mappings:
      Namespace Name Mixin selector
      official al Ltd;al()Z
      intermediary method_10756 Lnet/minecraft/class_795;method_10756()Z
      named method_10756 Lnet/minecraft/server/world/ServerWorld;method_10756()Z
    • getChunkCache

      protected ChunkProvider getChunkCache()
      Specified by:
      getChunkCache in class World
      Mappings:
      Namespace Name Mixin selector
      official r Laxy;r()Lbnc;
      intermediary method_3712 Lnet/minecraft/class_1150;method_3712()Lnet/minecraft/class_1193;
      named getChunkCache Lnet/minecraft/world/World;getChunkCache()Lnet/minecraft/world/chunk/ChunkProvider;
    • canPlayerModifyAt

      public boolean canPlayerModifyAt(PlayerEntity player, BlockPos pos)
      Overrides:
      canPlayerModifyAt in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Laog;Lel;)Z
      intermediary method_8517 Lnet/minecraft/class_1150;method_8517(Lnet/minecraft/class_988;Lnet/minecraft/class_2552;)Z
      named canPlayerModifyAt Lnet/minecraft/world/World;canPlayerModifyAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;)Z
    • setPropertiesInitialized

      public void setPropertiesInitialized(LevelInfo info)
      Overrides:
      setPropertiesInitialized in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Layd;)V
      intermediary method_3641 Lnet/minecraft/class_1150;method_3641(Lnet/minecraft/class_1156;)V
      named setPropertiesInitialized Lnet/minecraft/world/World;setPropertiesInitialized(Lnet/minecraft/world/level/LevelInfo;)V
    • setDebugLevelProperties

      private void setDebugLevelProperties()
      Mappings:
      Namespace Name Mixin selector
      official am Ltd;am()V
      intermediary method_10757 Lnet/minecraft/class_795;method_10757()V
      named setDebugLevelProperties Lnet/minecraft/server/world/ServerWorld;setDebugLevelProperties()V
    • init

      private void init(LevelInfo levelInfo)
      Mappings:
      Namespace Name Mixin selector
      official b Ltd;b(Layd;)V
      intermediary method_2140 Lnet/minecraft/class_795;method_2140(Lnet/minecraft/class_1156;)V
      named init Lnet/minecraft/server/world/ServerWorld;init(Lnet/minecraft/world/level/LevelInfo;)V
    • placeBonusChest

      protected void placeBonusChest()
      Mappings:
      Namespace Name Mixin selector
      official s Ltd;s()V
      intermediary method_2143 Lnet/minecraft/class_795;method_2143()V
      named placeBonusChest Lnet/minecraft/server/world/ServerWorld;placeBonusChest()V
    • getForcedSpawnPoint

      @Nullable public BlockPos getForcedSpawnPoint()
      Mappings:
      Namespace Name Mixin selector
      official t Ltd;t()Lel;
      intermediary method_2144 Lnet/minecraft/class_795;method_2144()Lnet/minecraft/class_2552;
      named getForcedSpawnPoint Lnet/minecraft/server/world/ServerWorld;getForcedSpawnPoint()Lnet/minecraft/util/math/BlockPos;
    • save

      public void save(boolean bool, @Nullable ProgressListener listener) throws WorldSaveException
      Throws:
      WorldSaveException
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(ZLxs;)V
      intermediary method_8133 Lnet/minecraft/class_795;method_8133(ZLnet/minecraft/class_841;)V
      named save Lnet/minecraft/server/world/ServerWorld;save(ZLnet/minecraft/util/ProgressListener;)V
    • method_5323

      public void method_5323()
      Mappings:
      Namespace Name Mixin selector
      official u Ltd;u()V
      intermediary method_5323 Lnet/minecraft/class_795;method_5323()V
      named method_5323 Lnet/minecraft/server/world/ServerWorld;method_5323()V
    • method_2132

      protected void method_2132() throws WorldSaveException
      Throws:
      WorldSaveException
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a()V
      intermediary method_2132 Lnet/minecraft/class_795;method_2132()V
      named method_2132 Lnet/minecraft/server/world/ServerWorld;method_2132()V
    • spawnEntity

      public boolean spawnEntity(Entity entity)
      Specified by:
      spawnEntity in interface class_3602
      Overrides:
      spawnEntity in class World
      Mappings:
      Namespace Name Mixin selector
      official method_3686 Laxy;method_3686(Laer;)Z
      intermediary method_3686 Lnet/minecraft/class_1150;method_3686(Lnet/minecraft/class_864;)Z
      named spawnEntity Lnet/minecraft/world/World;spawnEntity(Lnet/minecraft/entity/Entity;)Z
    • method_16328

      public void method_16328(Stream<Entity> stream)
      Overrides:
      method_16328 in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Ljava/util/stream/Stream;)V
      intermediary method_16328 Lnet/minecraft/class_1150;method_16328(Ljava/util/stream/Stream;)V
      named method_16328 Lnet/minecraft/world/World;method_16328(Ljava/util/stream/Stream;)V
    • method_12781

      private boolean method_12781(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official j Ltd;j(Laer;)Z
      intermediary method_12781 Lnet/minecraft/class_795;method_12781(Lnet/minecraft/class_864;)Z
      named method_12781 Lnet/minecraft/server/world/ServerWorld;method_12781(Lnet/minecraft/entity/Entity;)Z
    • onEntitySpawned

      protected void onEntitySpawned(Entity entity)
      Overrides:
      onEntitySpawned in class World
      Mappings:
      Namespace Name Mixin selector
      official b Laxy;b(Laer;)V
      intermediary method_3626 Lnet/minecraft/class_1150;method_3626(Lnet/minecraft/class_864;)V
      named onEntitySpawned Lnet/minecraft/world/World;onEntitySpawned(Lnet/minecraft/entity/Entity;)V
    • onEntityRemoved

      protected void onEntityRemoved(Entity entity)
      Overrides:
      onEntityRemoved in class World
      Mappings:
      Namespace Name Mixin selector
      official c Laxy;c(Laer;)V
      intermediary method_3663 Lnet/minecraft/class_1150;method_3663(Lnet/minecraft/class_864;)V
      named onEntityRemoved Lnet/minecraft/world/World;onEntityRemoved(Lnet/minecraft/entity/Entity;)V
    • addEntity

      public boolean addEntity(Entity entity)
      Overrides:
      addEntity in class World
      Mappings:
      Namespace Name Mixin selector
      official d Laxy;d(Laer;)Z
      intermediary method_3677 Lnet/minecraft/class_1150;method_3677(Lnet/minecraft/class_864;)Z
      named addEntity Lnet/minecraft/world/World;addEntity(Lnet/minecraft/entity/Entity;)Z
    • sendEntityStatus

      public void sendEntityStatus(Entity entity, byte status)
      Overrides:
      sendEntityStatus in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Laer;B)V
      intermediary method_3627 Lnet/minecraft/class_1150;method_3627(Lnet/minecraft/class_864;B)V
      named sendEntityStatus Lnet/minecraft/world/World;sendEntityStatus(Lnet/minecraft/entity/Entity;B)V
    • method_3586

      public ServerChunkProvider method_3586()
      Mappings:
      Namespace Name Mixin selector
      official v Ltd;v()Ltc;
      intermediary method_12782 Lnet/minecraft/class_795;method_12782()Lnet/minecraft/class_794;
      named method_3586 Lnet/minecraft/server/world/ServerWorld;method_3586()Lnet/minecraft/world/chunk/ServerChunkProvider;
    • method_16320

      public Explosion method_16320(@Nullable Entity entity, DamageSource damageSource, double double2, double double3, double double4, float float2, boolean bool, boolean bool2)
      Overrides:
      method_16320 in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Laer;Laea;DDDFZZ)Laxr;
      intermediary method_16320 Lnet/minecraft/class_1150;method_16320(Lnet/minecraft/class_864;Lnet/minecraft/class_856;DDDFZZ)Lnet/minecraft/class_1147;
      named method_16320 Lnet/minecraft/world/World;method_16320(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;DDDFZZ)Lnet/minecraft/world/explosion/Explosion;
    • addBlockAction

      public void addBlockAction(BlockPos pos, Block block, int type, int data)
      Overrides:
      addBlockAction in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Lel;Lbcs;II)V
      intermediary method_3654 Lnet/minecraft/class_1150;method_3654(Lnet/minecraft/class_2552;Lnet/minecraft/class_197;II)V
      named addBlockAction Lnet/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 an Ltd;an()V
      intermediary method_2131 Lnet/minecraft/class_795;method_2131()V
      named method_2131 Lnet/minecraft/server/world/ServerWorld;method_2131()V
    • method_2137

      private boolean method_2137(BlockAction blockAction)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Laxj;)Z
      intermediary method_2137 Lnet/minecraft/class_795;method_2137(Lnet/minecraft/class_1166;)Z
      named method_2137 Lnet/minecraft/server/world/ServerWorld;method_2137(Lnet/minecraft/server/world/BlockAction;)Z
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class World
      Mappings:
      Namespace Name Mixin selector
      official close Laxy;close()V
      intermediary close Lnet/minecraft/class_1150;close()V
      named close Lnet/minecraft/world/World;close()V
    • tickWeather

      protected void tickWeather()
      Overrides:
      tickWeather in class World
      Mappings:
      Namespace Name Mixin selector
      official w Laxy;w()V
      intermediary method_3722 Lnet/minecraft/class_1150;method_3722()V
      named tickWeather Lnet/minecraft/world/World;tickWeather()V
    • getBlockTickScheduler

      public class_3603<Block> getBlockTickScheduler()
      Specified by:
      getBlockTickScheduler in interface IWorld
      Mappings:
      Namespace Name Mixin selector
      official x Ltd;x()Laym;
      intermediary method_21270 Lnet/minecraft/class_795;method_21270()Lnet/minecraft/class_3603;
      named getBlockTickScheduler Lnet/minecraft/server/world/ServerWorld;getBlockTickScheduler()Lnet/minecraft/class_3603;
    • method_16340

      public class_3603<Fluid> method_16340()
      Specified by:
      method_16340 in interface IWorld
      Mappings:
      Namespace Name Mixin selector
      official y Ltd;y()Laym;
      intermediary method_21271 Lnet/minecraft/class_795;method_21271()Lnet/minecraft/class_3603;
      named method_16340 Lnet/minecraft/server/world/ServerWorld;method_16340()Lnet/minecraft/class_3603;
    • getServer

      @Nonnull public MinecraftServer getServer()
      Overrides:
      getServer in class World
      Mappings:
      Namespace Name Mixin selector
      official method_2146 Ltd;method_2146()Lnet/minecraft/server/MinecraftServer;
      intermediary method_2146 Lnet/minecraft/class_795;method_2146()Lnet/minecraft/server/MinecraftServer;
      named getServer Lnet/minecraft/server/world/ServerWorld;getServer()Lnet/minecraft/server/MinecraftServer;
    • getEntityTracker

      public EntityTracker getEntityTracker()
      Mappings:
      Namespace Name Mixin selector
      official A Ltd;A()Lsz;
      intermediary method_2147 Lnet/minecraft/class_795;method_2147()Lnet/minecraft/class_790;
      named getEntityTracker Lnet/minecraft/server/world/ServerWorld;getEntityTracker()Lnet/minecraft/entity/EntityTracker;
    • getPlayerWorldManager

      public PlayerWorldManager getPlayerWorldManager()
      Mappings:
      Namespace Name Mixin selector
      official B Ltd;B()Ltl;
      intermediary method_2148 Lnet/minecraft/class_795;method_2148()Lnet/minecraft/class_792;
      named getPlayerWorldManager Lnet/minecraft/server/world/ServerWorld;getPlayerWorldManager()Lnet/minecraft/server/PlayerWorldManager;
    • getPortalTeleporter

      public PortalTeleporter getPortalTeleporter()
      Mappings:
      Namespace Name Mixin selector
      official C Ltd;C()Layk;
      intermediary method_4412 Lnet/minecraft/class_795;method_4412()Lnet/minecraft/class_1163;
      named getPortalTeleporter Lnet/minecraft/server/world/ServerWorld;getPortalTeleporter()Lnet/minecraft/entity/PortalTeleporter;
    • method_12783

      public class_3998 method_12783()
      Mappings:
      Namespace Name Mixin selector
      official D Ltd;D()Lbxm;
      intermediary method_12783 Lnet/minecraft/class_795;method_12783()Lnet/minecraft/class_3998;
      named method_12783 Lnet/minecraft/server/world/ServerWorld;method_12783()Lnet/minecraft/class_3998;
    • method_21261

      public <T extends ParticleEffect> int method_21261(T t, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Lfk;DDDIDDDD)I
      intermediary method_21261 Lnet/minecraft/class_795;method_21261(Lnet/minecraft/class_4340;DDDIDDDD)I
      named method_21261 Lnet/minecraft/server/world/ServerWorld;method_21261(Lnet/minecraft/particle/ParticleEffect;DDDIDDDD)I
    • method_21262

      public <T extends ParticleEffect> boolean method_21262(ServerPlayerEntity serverPlayerEntity, T t, boolean bool, double double2, double double3, double double4, int int2, double double5, double double6, double double7, double double8)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Ltf;Lfk;ZDDDIDDDD)Z
      intermediary method_21262 Lnet/minecraft/class_795;method_21262(Lnet/minecraft/class_798;Lnet/minecraft/class_4340;ZDDDIDDDD)Z
      named method_21262 Lnet/minecraft/server/world/ServerWorld;method_21262(Lnet/minecraft/entity/player/ServerPlayerEntity;Lnet/minecraft/particle/ParticleEffect;ZDDDIDDDD)Z
    • method_21263

      private boolean method_21263(ServerPlayerEntity serverPlayerEntity, boolean bool, double double2, double double3, double double4, Packet<?> packet)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Ltf;ZDDDLiv;)Z
      intermediary method_21263 Lnet/minecraft/class_795;method_21263(Lnet/minecraft/class_798;ZDDDLnet/minecraft/class_700;)Z
      named method_21263 Lnet/minecraft/server/world/ServerWorld;method_21263(Lnet/minecraft/entity/player/ServerPlayerEntity;ZDDDLnet/minecraft/network/Packet;)Z
    • getEntity

      @Nullable public Entity getEntity(UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official a Ltd;a(Ljava/util/UUID;)Laer;
      intermediary method_10752 Lnet/minecraft/class_795;method_10752(Ljava/util/UUID;)Lnet/minecraft/class_864;
      named getEntity Lnet/minecraft/server/world/ServerWorld;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
    • execute

      public ListenableFuture<Object> execute(Runnable task)
      Specified by:
      execute in interface ThreadExecutor
      Mappings:
      Namespace Name Mixin selector
      official a Lacv;a(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
      intermediary method_6635 Lnet/minecraft/class_2605;method_6635(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
      named execute Lnet/minecraft/util/ThreadExecutor;execute(Ljava/lang/Runnable;)Lcom/google/common/util/concurrent/ListenableFuture;
    • isOnThread

      public boolean isOnThread()
      Specified by:
      isOnThread in interface ThreadExecutor
      Mappings:
      Namespace Name Mixin selector
      official av Lacv;av()Z
      intermediary method_6640 Lnet/minecraft/class_2605;method_6640()Z
      named isOnThread Lnet/minecraft/util/ThreadExecutor;isOnThread()Z
    • method_13688

      @Nullable public BlockPos method_13688(String string, BlockPos blockPos, int int2, boolean bool)
      Overrides:
      method_13688 in class World
      Mappings:
      Namespace Name Mixin selector
      official a Laxy;a(Ljava/lang/String;Lel;IZ)Lel;
      intermediary method_13688 Lnet/minecraft/class_1150;method_13688(Ljava/lang/String;Lnet/minecraft/class_2552;IZ)Lnet/minecraft/class_2552;
      named method_13688 Lnet/minecraft/world/World;method_13688(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;IZ)Lnet/minecraft/util/math/BlockPos;
    • method_16313

      public RecipeDispatcher method_16313()
      Specified by:
      method_16313 in class World
      Mappings:
      Namespace Name Mixin selector
      official E Laxy;E()Lavl;
      intermediary method_16313 Lnet/minecraft/class_1150;method_16313()Lnet/minecraft/class_1112;
      named method_16313 Lnet/minecraft/world/World;method_16313()Lnet/minecraft/recipe/RecipeDispatcher;
    • method_16314

      public class_4488 method_16314()
      Specified by:
      method_16314 in class World
      Mappings:
      Namespace Name Mixin selector
      official F Laxy;F()Lxb;
      intermediary method_16314 Lnet/minecraft/class_1150;method_16314()Lnet/minecraft/class_4488;
      named method_16314 Lnet/minecraft/world/World;method_16314()Lnet/minecraft/class_4488;