FourKit 29eeeb8
The LCE C# Server Plugin API
Loading...
Searching...
No Matches
Minecraft.Server.FourKit.Enums Namespace Reference

Enumerations

enum  LoginType { INITIAL = 1 , ACCEPTED = 2 }
enum  TreeType {
  None = 0 , SPRUCE = 1 , BIRCH = 2 , JUNGLE = 3 ,
  BIG_OAK = 4 , OAK = 5 , BROWN_MUSHROOM = 6 , RED_MUSHROOM = 7
}
 Tree and organic structure types. More...

Enumeration Type Documentation

◆ TreeType

Tree and organic structure types.

Enumerator
None 

No tree type.

SPRUCE 

Redwood tree, shaped like a pine tree.

BIRCH 

Birch tree.

JUNGLE 

Standard jungle tree; 4 blocks wide and tall.

BIG_OAK 

Regular tree, extra tall with branches.

OAK 

Regular tree, no branches.

BROWN_MUSHROOM 

Big brown mushroom; tall and umbrella-like.

RED_MUSHROOM 

Big red mushroom; short and fat.