-
Notifications
You must be signed in to change notification settings - Fork 6
DataWatcher
Gregor Steiner edited this page May 6, 2014
·
1 revision
- Return value: nil
- Adds a byte to the datawatcher that will be networked to all players
- Return value: nil
- Adds a float to the datawatcher that will be networked to all players
- Return value: nil
- Adds an integer to the datawatcher that will be networked to all players
- Return value: nil
- Adds an ItemStack to the datawatcher that will be networked to all players
- Return value: nil
- Adds a short to the datawatcher that will be networked to all players
- Return value: nil
- Adds a string to the datawatcher that will be networked to all players
- Return value: Number
- Returns a byte that is networked to all players
- Return value: Number
- Returns a float that is networked to all players
- Return value: Number
- Returns an integer that is networked to all players
- Return value: ItemStack
- Returns an ItemStack that is networked to all players
- Return value: Number
- Returns a short that is networked to all players
- Return value: String
- Returns a string that is networked to all players
- Return value: nil
- Updates a byte that will be networked to all players
- Return value: nil
- Updates an float that will be networked to all players
- Return value: nil
- Updates an integer that will be networked to all players
- Return value: nil
- Updates an ItemStack that will be networked to all players
- Return value: nil
- Updates a short that will be networked to all players
- Return value: nil
- Updates a string that will be networked to all players