Botcraft 1.21.5
Loading...
Searching...
No Matches
Botcraft::Chunk Member List

This is the complete list of members for Botcraft::Chunk, including all inherited members.

AddLoader(const std::thread::id &thread_id)Botcraft::Chunk
AddSection(const int y)Botcraft::Chunk
biomesBotcraft::Chunkprivate
block_entities_dataBotcraft::Chunkprivate
BlockCoordsToChunkCoords(const Position &pos)Botcraft::Chunkstatic
Chunk(const int min_y_, const unsigned int height_, const size_t dim_index, const bool has_sky_light_)Botcraft::Chunk
Chunk(const Chunk &c)Botcraft::Chunk
dimension_indexBotcraft::Chunkprivate
GetBiome(const int x, const int y, const int z) constBotcraft::Chunk
GetBiome(const int i) constBotcraft::Chunk
GetBlock(const Position &pos) constBotcraft::Chunk
GetBlockEntityData(const Position &pos) constBotcraft::Chunk
GetBlockLight(const Position &pos) constBotcraft::Chunk
GetDimensionIndex() constBotcraft::Chunk
GetHasSkyLight() constBotcraft::Chunk
GetHeight() constBotcraft::Chunk
GetMinY() constBotcraft::Chunk
GetModifiedSinceLastRender() constBotcraft::Chunk
GetSkyLight(const Position &pos) constBotcraft::Chunk
has_sky_lightBotcraft::Chunkprivate
HasSection(const int y) constBotcraft::Chunk
heightBotcraft::Chunkprivate
IsInsideChunk(const Position &pos, const bool ignore_gui_borders) constBotcraft::Chunkprivate
LoadBiomesData(const std::vector< unsigned char > &data)Botcraft::Chunk
LoadChunkBlockEntitiesData(const std::vector< ProtocolCraft::BlockEntityInfo > &block_entities)Botcraft::Chunk
LoadChunkData(const std::vector< unsigned char > &data)Botcraft::Chunk
loaded_fromBotcraft::Chunkprivate
LoadSectionBiomeData(const int section_y, ProtocolCraft::ReadIterator &iter, size_t &length)Botcraft::Chunkprivate
min_yBotcraft::Chunkprivate
modified_since_last_renderedBotcraft::Chunkprivate
RemoveBlockEntityData(const Position &pos)Botcraft::Chunk
RemoveLoader(const std::thread::id &thread_id)Botcraft::Chunk
sectionsBotcraft::Chunkprivate
SetBiome(const int x, const int y, const int z, const int new_biome)Botcraft::Chunk
SetBiome(const int i, const int new_biome)Botcraft::Chunk
SetBiomes(const std::vector< int > &new_biomes)Botcraft::Chunk
SetBlock(const Position &pos, const Blockstate *block)Botcraft::Chunk
SetBlock(const Position &pos, const BlockstateId id)Botcraft::Chunk
SetBlockEntityData(const Position &pos, const ProtocolCraft::NBT::Value &block_entity)Botcraft::Chunk
SetBlockLight(const Position &pos, const unsigned char v)Botcraft::Chunk
SetModifiedSinceLastRender(const bool b)Botcraft::Chunk
SetSkyLight(const Position &pos, const unsigned char v)Botcraft::Chunk
UpdateNeighbour(Chunk *const neighbour, const Orientation direction)Botcraft::Chunk