We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc_updateChunkScheduling
ChunkHolder#cc_getOrScheduleFuture
cc_getOrScheduleFuture
setInitialSpawn
cc_replaceChunkPosInSetInitialSpawn
cc_replaceGetWorldPositionInSetInitialSpawn
prepareLevels
cc_replaceAddRegionTicketInPrepareLevels
cc_waitUntilCubicGenerationComplete
Mixins
setBlock
cc_replaceLevelChunkInGetChunkAt
cc_replaceLevelChunkInSetBlockState
cc_replaceLevelChunkInMarkAndNotifyBlock
getBlockState
cc_replaceLevelChunkInGetBlockState
getBlockEntity
cc_replaceGetChunkAtInSetBlockEntity
getFluidState
cc_replaceGetChunkAtInGetFluidState
setBlockEntity
cc_replaceLevelChunkInSetBlockEntity
removeBlockEntity
cc_replaceGetChunkAtInRemoveBlockEntity
cc_replaceLevelChunkInRemoveBlockEntity
isLoaded
cc_replaceHasChunkInIsLoaded
loadedAndEntityCanStandOnFace
cc_replaceGetChunkAtInLoadedAndEntityCanStandOnFace
blockEntityChanged
cc_replaceBlockEntityChanged
getCurrentDifficultyAt
cc_replaceGetCurrentDifficultyAt
CC methods
LevelCube cc_getCube
CubeAccess cc_getCube
cc_getCubeAt
cc_hasCubeAt
cc_hasCubesAt
ServerChunkCache
ClientChunkCache
The text was updated successfully, but these errors were encountered:
NotStirred
CursedFlames
seelderr
No branches or pull requests
ChunkMap
cc_updateChunkScheduling
and calls fromChunkHolder#cc_getOrScheduleFuture
are testedChunkHolder
cc_getOrScheduleFuture
is testedMixinMinecraftServer
setInitialSpawn
, only unit test, requires integration testcc_replaceChunkPosInSetInitialSpawn
cc_replaceGetWorldPositionInSetInitialSpawn
prepareLevels
only unit test, requires integration testcc_replaceAddRegionTicketInPrepareLevels
cc_waitUntilCubicGenerationComplete
MixinLevel
Mixins
setBlock
only unit test, requires integration testcc_replaceLevelChunkInGetChunkAt
cc_replaceLevelChunkInSetBlockState
cc_replaceLevelChunkInMarkAndNotifyBlock
getBlockState
only unit test, requires integration testcc_replaceLevelChunkInGetBlockState
cc_replaceLevelChunkInGetBlockState
(overload)getBlockEntity
only unit test, requires integration testcc_replaceGetChunkAtInSetBlockEntity
getFluidState
only unit test, requires integration testcc_replaceGetChunkAtInGetFluidState
setBlockEntity
only unit test, requires integration test | might break if vanilla code is added after the cancel.cc_replaceLevelChunkInSetBlockEntity
removeBlockEntity
only unit test, requires integration testcc_replaceGetChunkAtInRemoveBlockEntity
cc_replaceLevelChunkInRemoveBlockEntity
isLoaded
only unit test, requires integration testcc_replaceHasChunkInIsLoaded
loadedAndEntityCanStandOnFace
only unit test, requires integration testcc_replaceGetChunkAtInLoadedAndEntityCanStandOnFace
blockEntityChanged
only unit test, requires integration testcc_replaceBlockEntityChanged
getCurrentDifficultyAt
only unit test, requires integration testcc_replaceGetCurrentDifficultyAt
CC methods
LevelCube cc_getCube
only unit test, requires integration testCubeAccess cc_getCube
only unit test, requires integration testcc_getCubeAt
only unit test, requires integration testcc_hasCubeAt
no testcc_hasCubesAt
no testCubicChunkSource
ServerChunkCache
andClientChunkCache
to test.The text was updated successfully, but these errors were encountered: