public class Bedrock_v291
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static BedrockCodec |
CODEC |
static org.cloudburstmc.protocol.common.util.TypeMap<CommandParam> |
COMMAND_PARAMS |
protected static EntityDataTypeMap |
ENTITY_DATA |
protected static org.cloudburstmc.protocol.common.util.TypeMap<EntityEventType> |
ENTITY_EVENTS |
protected static org.cloudburstmc.protocol.common.util.TypeMap<EntityFlag> |
ENTITY_FLAGS |
protected static org.cloudburstmc.protocol.common.util.TypeMap<java.lang.Class<?>> |
GAME_RULE_TYPES |
protected static int |
LEVEL_EVENT_BLOCK |
protected static int |
LEVEL_EVENT_PARTICLE |
protected static int |
LEVEL_EVENT_PARTICLE_TYPE |
protected static int |
LEVEL_EVENT_SOUND |
protected static int |
LEVEL_EVENT_WORLD |
protected static org.cloudburstmc.protocol.common.util.TypeMap<LevelEventType> |
LEVEL_EVENTS |
protected static org.cloudburstmc.protocol.common.util.TypeMap<ParticleType> |
PARTICLE_TYPES |
protected static org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> |
SOUND_EVENTS |
| Modifier | Constructor and Description |
|---|---|
protected |
Bedrock_v291() |
protected static final org.cloudburstmc.protocol.common.util.TypeMap<EntityFlag> ENTITY_FLAGS
protected static final org.cloudburstmc.protocol.common.util.TypeMap<ParticleType> PARTICLE_TYPES
protected static final EntityDataTypeMap ENTITY_DATA
protected static final org.cloudburstmc.protocol.common.util.TypeMap<java.lang.Class<?>> GAME_RULE_TYPES
protected static final int LEVEL_EVENT_SOUND
protected static final int LEVEL_EVENT_PARTICLE
protected static final int LEVEL_EVENT_WORLD
protected static final int LEVEL_EVENT_BLOCK
protected static final int LEVEL_EVENT_PARTICLE_TYPE
protected static final org.cloudburstmc.protocol.common.util.TypeMap<LevelEventType> LEVEL_EVENTS
protected static final org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> SOUND_EVENTS
protected static final org.cloudburstmc.protocol.common.util.TypeMap<EntityEventType> ENTITY_EVENTS
public static org.cloudburstmc.protocol.common.util.TypeMap<CommandParam> COMMAND_PARAMS
public static final BedrockCodec CODEC