mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Fix some additional documentation typos
Thanks mrfloris By: md_5 <git@md-5.net>
This commit is contained in:
@@ -97,7 +97,7 @@ public abstract class TexturedMaterial extends MaterialData {
|
||||
*/
|
||||
@Deprecated
|
||||
protected void setTextureIndex(int idx) {
|
||||
setData((byte) idx); // Defult to using all bits - override for other mappings
|
||||
setData((byte) idx); // Default to using all bits - override for other mappings
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user