Class ClassJob
This object represents a world a character can reside on.
Inheritance
System.Object
ClassJob
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.ClientState.Actors.Resolvers
Assembly: Dalamud.dll
Syntax
public class ClassJob
Constructors
ClassJob(Byte)
Set up the ClassJob resolver with the provided ID.
Declaration
public ClassJob(byte id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | id | The ID of the world. |
Fields
Id
ID of the ClassJob.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
Name
Name of the ClassJob.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |