Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug JDocs misinformation - InteractableRectangle(int x, int y, int width, int height)

Joined
Aug 23, 2015
Messages
1,970
In the InteractableRectangle class, it says

InteractableRectangle(int x, int y, int width, int height)

IntelliJ is telling me these are all doubles, not ints.
 
An interesting note is that they are listed as Ints under the official java8 rectangle class, and always print out as whole numbers when you print the interactable rectangle.
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
L1OnSf94QhuIDOCphsFk4w.png


@Snufalufugus Intellij 2017.1.5
 
Top