Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.geysermc.geyser.api.event.downstream.ServerDefineCommandsEvent
    please use ServerDefineCommandsEvent.
    org.geysermc.geyser.api.event.downstream.ServerDefineCommandsEvent.CommandInfo
  • Deprecated Interfaces
    Interface
    Description
    org.geysermc.geyser.api.event.downstream.ServerDefineCommandsEvent.CommandInfo
  • Deprecated Classes
    Class
    Description
    org.geysermc.geyser.api.event.downstream.ServerDefineCommandsEvent
    please use ServerDefineCommandsEvent.
  • Deprecated Fields
    Field
    Description
    org.geysermc.geyser.api.util.PlatformType.ANDROID
    org.geysermc.geyser.api.util.PlatformType.SPONGE
  • Deprecated Methods
    Method
    Description
    org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData.Builder.tool(boolean)
    Use NonVanillaCustomItemData.Builder.displayHandheld(boolean) instead.
    org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData.isTool()
    Use CustomItemData.displayHandheld() instead. Gets if the item is a tool. This is used to set the render type of the item, if the item is handheld.