mojira.dev
MC-80399

Variable overflow

This report is based on:

Relates to:

What does "overflow" mean?
"Overflow" describes the event which occurs when a variable with a maximum value is set to a higher value. For example the maximum value of the data type *short* is 32767. Setting it to 32768 will result in an overflow which causes it to be -32768 (minimum value).

All these variables can overflow:

  • scoreboard scores (int)

  • statistics (int)

  • xp bar (int)

  • map ids (short)

Linked issues

Comments 2

This issue is already handled by the named tickets, no need to make another summary ticket as there is code-wise no mean to fix all the issues at the same time.

Alright sorry

marcono1234

(Unassigned)

Unconfirmed

Minecraft 1.8.4

Retrieved