![]() |
Botcraft 1.21.5
|
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 | |
biomes | Botcraft::Chunk | private |
block_entities_data | Botcraft::Chunk | private |
BlockCoordsToChunkCoords(const Position &pos) | Botcraft::Chunk | static |
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_index | Botcraft::Chunk | private |
GetBiome(const int x, const int y, const int z) const | Botcraft::Chunk | |
GetBiome(const int i) const | Botcraft::Chunk | |
GetBlock(const Position &pos) const | Botcraft::Chunk | |
GetBlockEntityData(const Position &pos) const | Botcraft::Chunk | |
GetBlockLight(const Position &pos) const | Botcraft::Chunk | |
GetDimensionIndex() const | Botcraft::Chunk | |
GetHasSkyLight() const | Botcraft::Chunk | |
GetHeight() const | Botcraft::Chunk | |
GetMinY() const | Botcraft::Chunk | |
GetModifiedSinceLastRender() const | Botcraft::Chunk | |
GetSkyLight(const Position &pos) const | Botcraft::Chunk | |
has_sky_light | Botcraft::Chunk | private |
HasSection(const int y) const | Botcraft::Chunk | |
height | Botcraft::Chunk | private |
IsInsideChunk(const Position &pos, const bool ignore_gui_borders) const | Botcraft::Chunk | private |
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_from | Botcraft::Chunk | private |
LoadSectionBiomeData(const int section_y, ProtocolCraft::ReadIterator &iter, size_t &length) | Botcraft::Chunk | private |
min_y | Botcraft::Chunk | private |
modified_since_last_rendered | Botcraft::Chunk | private |
RemoveBlockEntityData(const Position &pos) | Botcraft::Chunk | |
RemoveLoader(const std::thread::id &thread_id) | Botcraft::Chunk | |
sections | Botcraft::Chunk | private |
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 |