Class ServerLightingProvider

java.lang.Object
net.minecraft.world.chunk.light.LightingProvider
net.minecraft.server.world.ServerLightingProvider
All Implemented Interfaces:
AutoCloseable, LightingView

public class ServerLightingProvider
extends LightingProvider
implements AutoCloseable
Mappings:
Namespace Name
official aay
intermediary net/minecraft/class_3227
named net/minecraft/server/world/ServerLightingProvider
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Laay;b:Lorg/apache/logging/log4j/Logger;
      intermediary field_14020 Lnet/minecraft/class_3227;field_14020:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/server/world/ServerLightingProvider;LOGGER:Lorg/apache/logging/log4j/Logger;
    • processor

      private final TaskExecutor<Runnable> processor
      Mappings:
      Namespace Name Mixin selector
      official c Laay;c:Lapa;
      intermediary field_17255 Lnet/minecraft/class_3227;field_17255:Lnet/minecraft/class_3846;
      named processor Lnet/minecraft/server/world/ServerLightingProvider;processor:Lnet/minecraft/util/thread/TaskExecutor;
    • pendingTasks

      private final ObjectList<com.mojang.datafixers.util.Pair<ServerLightingProvider.Stage,​Runnable>> pendingTasks
      Mappings:
      Namespace Name Mixin selector
      official d Laay;d:Lit/unimi/dsi/fastutil/objects/ObjectList;
      intermediary field_17256 Lnet/minecraft/class_3227;field_17256:Lit/unimi/dsi/fastutil/objects/ObjectList;
      named pendingTasks Lnet/minecraft/server/world/ServerLightingProvider;pendingTasks:Lit/unimi/dsi/fastutil/objects/ObjectList;
    • chunkStorage

      private final ThreadedAnvilChunkStorage chunkStorage
      Mappings:
      Namespace Name Mixin selector
      official e Laay;e:Laai;
      intermediary field_17257 Lnet/minecraft/class_3227;field_17257:Lnet/minecraft/class_3898;
      named chunkStorage Lnet/minecraft/server/world/ServerLightingProvider;chunkStorage:Lnet/minecraft/server/world/ThreadedAnvilChunkStorage;
    • executor

      Mappings:
      Namespace Name Mixin selector
      official f Laay;f:Laoz;
      intermediary field_17259 Lnet/minecraft/class_3227;field_17259:Lnet/minecraft/class_3906;
      named executor Lnet/minecraft/server/world/ServerLightingProvider;executor:Lnet/minecraft/util/thread/MessageListener;
    • taskBatchSize

      private volatile int taskBatchSize
      Mappings:
      Namespace Name Mixin selector
      official g Laay;g:I
      intermediary field_17260 Lnet/minecraft/class_3227;field_17260:I
      named taskBatchSize Lnet/minecraft/server/world/ServerLightingProvider;taskBatchSize:I
    • ticking

      private final AtomicBoolean ticking
      Mappings:
      Namespace Name Mixin selector
      official h Laay;h:Ljava/util/concurrent/atomic/AtomicBoolean;
      intermediary field_18812 Lnet/minecraft/class_3227;field_18812:Ljava/util/concurrent/atomic/AtomicBoolean;
      named ticking Lnet/minecraft/server/world/ServerLightingProvider;ticking:Ljava/util/concurrent/atomic/AtomicBoolean;
  • Constructor Details

    • ServerLightingProvider

      public ServerLightingProvider​(ChunkProvider chunkProvider, ThreadedAnvilChunkStorage chunkStorage, boolean hasBlockLight, TaskExecutor<Runnable> processor, MessageListener<ChunkTaskPrioritySystem.Task<Runnable>> executor)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laay;<init>(Lcjy;Laai;ZLapa;Laoz;)V
      intermediary <init> Lnet/minecraft/class_3227;<init>(Lnet/minecraft/class_2823;Lnet/minecraft/class_3898;ZLnet/minecraft/class_3846;Lnet/minecraft/class_3906;)V
      named <init> Lnet/minecraft/server/world/ServerLightingProvider;<init>(Lnet/minecraft/world/chunk/ChunkProvider;Lnet/minecraft/server/world/ThreadedAnvilChunkStorage;ZLnet/minecraft/util/thread/TaskExecutor;Lnet/minecraft/util/thread/MessageListener;)V
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Mappings:
      Namespace Name Mixin selector
      official close Laay;close()V
      intermediary close Lnet/minecraft/class_3227;close()V
      named close Lnet/minecraft/server/world/ServerLightingProvider;close()V
    • doLightUpdates

      public int doLightUpdates​(int maxUpdateCount, boolean doSkylight, boolean skipEdgeLightPropagation)
      Overrides:
      doLightUpdates in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldac;a(IZZ)I
      intermediary method_15563 Lnet/minecraft/class_3568;method_15563(IZZ)I
      named doLightUpdates Lnet/minecraft/world/chunk/light/LightingProvider;doLightUpdates(IZZ)I
    • addLightSource

      public void addLightSource​(BlockPos pos, int level)
      Overrides:
      addLightSource in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldac;a(Lfx;I)V
      intermediary method_15560 Lnet/minecraft/class_3568;method_15560(Lnet/minecraft/class_2338;I)V
      named addLightSource Lnet/minecraft/world/chunk/light/LightingProvider;addLightSource(Lnet/minecraft/util/math/BlockPos;I)V
    • checkBlock

      public void checkBlock​(BlockPos pos)
      Overrides:
      checkBlock in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldac;a(Lfx;)V
      intermediary method_15559 Lnet/minecraft/class_3568;method_15559(Lnet/minecraft/class_2338;)V
      named checkBlock Lnet/minecraft/world/chunk/light/LightingProvider;checkBlock(Lnet/minecraft/util/math/BlockPos;)V
    • updateChunkStatus

      protected void updateChunkStatus​(ChunkPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Laay;a(Lbta;)V
      intermediary method_20386 Lnet/minecraft/class_3227;method_20386(Lnet/minecraft/class_1923;)V
      named updateChunkStatus Lnet/minecraft/server/world/ServerLightingProvider;updateChunkStatus(Lnet/minecraft/util/math/ChunkPos;)V
    • setSectionStatus

      public void setSectionStatus​(ChunkSectionPos pos, boolean notReady)
      Specified by:
      setSectionStatus in interface LightingView
      Overrides:
      setSectionStatus in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldad;a(Lgq;Z)V
      intermediary method_15551 Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)V
      named setSectionStatus Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V
    • setColumnEnabled

      public void setColumnEnabled​(ChunkPos pos, boolean lightEnabled)
      Overrides:
      setColumnEnabled in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldac;a(Lbta;Z)V
      intermediary method_15557 Lnet/minecraft/class_3568;method_15557(Lnet/minecraft/class_1923;Z)V
      named setColumnEnabled Lnet/minecraft/world/chunk/light/LightingProvider;setColumnEnabled(Lnet/minecraft/util/math/ChunkPos;Z)V
    • enqueueSectionData

      public void enqueueSectionData​(LightType lightType, ChunkSectionPos pos, @Nullable ChunkNibbleArray nibbles, boolean bool)
      Overrides:
      enqueueSectionData in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ldac;a(Lbue;Lgq;Lcjq;Z)V
      intermediary method_15558 Lnet/minecraft/class_3568;method_15558(Lnet/minecraft/class_1944;Lnet/minecraft/class_4076;Lnet/minecraft/class_2804;Z)V
      named enqueueSectionData Lnet/minecraft/world/chunk/light/LightingProvider;enqueueSectionData(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/ChunkSectionPos;Lnet/minecraft/world/chunk/ChunkNibbleArray;Z)V
    • enqueue

      private void enqueue​(int x, int z, ServerLightingProvider.Stage stage, Runnable task)
      Mappings:
      Namespace Name Mixin selector
      official a Laay;a(IILaay$a;Ljava/lang/Runnable;)V
      intermediary method_17308 Lnet/minecraft/class_3227;method_17308(IILnet/minecraft/class_3227$class_3901;Ljava/lang/Runnable;)V
      named enqueue Lnet/minecraft/server/world/ServerLightingProvider;enqueue(IILnet/minecraft/server/world/ServerLightingProvider$Stage;Ljava/lang/Runnable;)V
    • enqueue

      private void enqueue​(int x, int z, IntSupplier completedLevelSupplier, ServerLightingProvider.Stage stage, Runnable task)
      Mappings:
      Namespace Name Mixin selector
      official a Laay;a(IILjava/util/function/IntSupplier;Laay$a;Ljava/lang/Runnable;)V
      intermediary method_17307 Lnet/minecraft/class_3227;method_17307(IILjava/util/function/IntSupplier;Lnet/minecraft/class_3227$class_3901;Ljava/lang/Runnable;)V
      named enqueue Lnet/minecraft/server/world/ServerLightingProvider;enqueue(IILjava/util/function/IntSupplier;Lnet/minecraft/server/world/ServerLightingProvider$Stage;Ljava/lang/Runnable;)V
    • setRetainData

      public void setRetainData​(ChunkPos pos, boolean retainData)
      Overrides:
      setRetainData in class LightingProvider
      Mappings:
      Namespace Name Mixin selector
      official b Ldac;b(Lbta;Z)V
      intermediary method_20601 Lnet/minecraft/class_3568;method_20601(Lnet/minecraft/class_1923;Z)V
      named setRetainData Lnet/minecraft/world/chunk/light/LightingProvider;setRetainData(Lnet/minecraft/util/math/ChunkPos;Z)V
    • light

      public CompletableFuture<Chunk> light​(Chunk chunk, boolean excludeBlocks)
      Mappings:
      Namespace Name Mixin selector
      official a Laay;a(Lcjl;Z)Ljava/util/concurrent/CompletableFuture;
      intermediary method_17310 Lnet/minecraft/class_3227;method_17310(Lnet/minecraft/class_2791;Z)Ljava/util/concurrent/CompletableFuture;
      named light Lnet/minecraft/server/world/ServerLightingProvider;light(Lnet/minecraft/world/chunk/Chunk;Z)Ljava/util/concurrent/CompletableFuture;
    • tick

      public void tick()
      Mappings:
      Namespace Name Mixin selector
      official B_ Laay;B_()V
      intermediary method_17303 Lnet/minecraft/class_3227;method_17303()V
      named tick Lnet/minecraft/server/world/ServerLightingProvider;tick()V
    • runTasks

      private void runTasks()
      Mappings:
      Namespace Name Mixin selector
      official e Laay;e()V
      intermediary method_14277 Lnet/minecraft/class_3227;method_14277()V
      named runTasks Lnet/minecraft/server/world/ServerLightingProvider;runTasks()V
    • setTaskBatchSize

      public void setTaskBatchSize​(int taskBatchSize)
      Mappings:
      Namespace Name Mixin selector
      official a Laay;a(I)V
      intermediary method_17304 Lnet/minecraft/class_3227;method_17304(I)V
      named setTaskBatchSize Lnet/minecraft/server/world/ServerLightingProvider;setTaskBatchSize(I)V