Class GeyserSpigotNativeWorldManager

Direct Known Subclasses:
GeyserSpigotLegacyNativeWorldManager

public class GeyserSpigotNativeWorldManager extends GeyserSpigotWorldManager
  • Field Details

    • adapter

      protected final org.geysermc.geyser.adapters.spigot.SpigotWorldAdapter adapter
  • Constructor Details

    • GeyserSpigotNativeWorldManager

      public GeyserSpigotNativeWorldManager(org.bukkit.plugin.Plugin plugin)
  • Method Details

    • getBlockAt

      public int getBlockAt(GeyserSession session, int x, int y, int z)
      Description copied from class: WorldManager
      Gets the Java block state at the specified location
      Overrides:
      getBlockAt in class GeyserSpigotWorldManager
      Parameters:
      session - the session
      x - the x coordinate to get the block at
      y - the y coordinate to get the block at
      z - the z coordinate to get the block at
      Returns:
      the block state at the specified location