Package org.bukkit.material
Class SmoothBrick
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.SmoothBrick
- All Implemented Interfaces:
Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
Represents the different types of smooth bricks.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SmoothBrick
(Material type) Deprecated, for removal: This API element is subject to removal in a future version.SmoothBrick
(Material type, byte data) Deprecated.Magic value -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Retrieve a list of possible textures.Methods inherited from class org.bukkit.material.TexturedMaterial
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
SmoothBrick
public SmoothBrick()Deprecated, for removal: This API element is subject to removal in a future version. -
SmoothBrick
Deprecated, for removal: This API element is subject to removal in a future version. -
SmoothBrick
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
getTextures
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:TexturedMaterial
Retrieve a list of possible textures. The first element of the list will be used as a default.- Specified by:
getTextures
in classTexturedMaterial
- Returns:
- a list of possible textures for this block
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classTexturedMaterial
-
BlockData
.