mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Fix javadoc errors/warnings
By: Celtic Minstrel <celtic.minstrel.ca@some.place>
This commit is contained in:
@@ -55,11 +55,9 @@ public enum EntityEffect {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the EntityEffect with the given data value
|
||||
* Gets the data value of this EntityEffect
|
||||
*
|
||||
* @param data Data value to fetch
|
||||
* @return The {@link EntityEffect} representing the given value, or null if
|
||||
* it doesn't exist
|
||||
* @return The data value
|
||||
*/
|
||||
public byte getData() {
|
||||
return data;
|
||||
|
Reference in New Issue
Block a user