Type Alias minecraft_data::prop_attachment
source · pub type prop_attachment = val_floor_ceiling_single_wall_double_wall;Aliased Type§
enum prop_attachment {
floor = 0,
ceiling = 1,
single_wall = 2,
double_wall = 3,
}