程序包 org.bukkit.map
类 MapFont.CharacterSprite
java.lang.Object
org.bukkit.map.MapFont.CharacterSprite
- 封闭类:
- MapFont
Represents the graphics for a single character in a MapFont.
- 
构造器概要构造器
- 
方法概要
- 
构造器详细资料- 
CharacterSpritepublic CharacterSprite(int width, int height, @NotNull @org.jetbrains.annotations.NotNull boolean[] data) 
 
- 
- 
方法详细资料- 
getpublic boolean get(int row, int col) Get the value of a pixel of the character.- 参数:
- row- The row, in the range [0,8).
- col- The column, in the range [0,8).
- 返回:
- True if the pixel is solid, false if transparent.
 
- 
getWidthpublic int getWidth()Get the width of the character sprite.- 返回:
- The width of the character.
 
- 
getHeightpublic int getHeight()Get the height of the character sprite.- 返回:
- The height of the character.
 
 
-