Uses of Enum Class
org.geysermc.floodgate.util.DeviceOs
Packages that use DeviceOs
Package
Description
-
Uses of DeviceOs in org.geysermc.floodgate.util
Methods in org.geysermc.floodgate.util that return DeviceOsModifier and TypeMethodDescriptionstatic DeviceOs
DeviceOs.fromId(int id)
Get the DeviceOs instance from the identifier.static DeviceOs
Returns the enum constant of this class with the specified name.static DeviceOs[]
DeviceOs.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeviceOs in org.geysermc.geyser.dump
Methods in org.geysermc.geyser.dump that return types with arguments of type DeviceOsModifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.Object2IntMap<DeviceOs>
DumpInfo.getUserPlatforms()
-
Uses of DeviceOs in org.geysermc.geyser.session.auth
Methods in org.geysermc.geyser.session.auth that return DeviceOs