| Package | Description |
|---|---|
| org.bukkit.block |
Classes used to manipulate the voxels in a
world,
including special states. |
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.material |
Classes that represents various voxel types and states.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bed
Deprecated.
does not provide useful information beyond the material itself
|
interface |
Sign
Represents a captured state of either a SignPost or a WallSign.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sheep
Represents a Sheep.
|
interface |
Shulker |
| Modifier and Type | Class and Description |
|---|---|
class |
Dye
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData. |
class |
Wool
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
Use
BlockData. |
Copyright © 2022. All rights reserved.