Class TrainMapSync

java.lang.Object
com.simibubi.create.compat.trainmap.TrainMapSync

public class TrainMapSync extends Object
  • Field Details

    • lightPacketInterval

      public static final int lightPacketInterval
      See Also:
    • fullPacketInterval

      public static final int fullPacketInterval
      See Also:
    • ticks

      public static int ticks
    • requestingPlayers

      public static com.google.common.cache.Cache<UUID,WeakReference<net.minecraft.server.level.ServerPlayer>> requestingPlayers
  • Constructor Details

    • TrainMapSync

      public TrainMapSync()
  • Method Details

    • requestReceived

      public static void requestReceived(net.minecraft.server.level.ServerPlayer sender)
    • serverTick

      public static void serverTick(net.neoforged.neoforge.event.tick.ServerTickEvent event)
    • send

      public static void send(net.minecraft.server.MinecraftServer minecraftServer, boolean light)