-
Notifications
You must be signed in to change notification settings - Fork 10
/
javaHeaders.json
13 lines (13 loc) · 1 KB
/
javaHeaders.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"implementations": {
"net.minecraft.util.SimpleBitStorage": [ "io.github.opencubicchunks.cc_core.minecraft.MCBitStorage" ],
"net.minecraft.world.level.BlockGetter": [ "io.github.opencubicchunks.cc_core.minecraft.MCBlockGetter" ],
"net.minecraft.core.BlockPos": [ "io.github.opencubicchunks.cc_core.minecraft.MCBlockPos" ],
"net.minecraft.world.level.block.state.BlockState": [ "io.github.opencubicchunks.cc_core.minecraft.MCBlockState" ],
"net.minecraft.world.level.ChunkPos": [ "io.github.opencubicchunks.cc_core.minecraft.MCChunkPos" ],
"net.minecraft.world.entity.Entity": [ "io.github.opencubicchunks.cc_core.minecraft.MCEntity" ],
"net.minecraft.world.level.LevelHeightAccessor": [ "io.github.opencubicchunks.cc_core.minecraft.MCLevelHeightAccessor" ],
"net.minecraft.core.SectionPos": [ "io.github.opencubicchunks.cc_core.minecraft.MCSectionPos" ],
"net.minecraft.core.Vec3i": [ "io.github.opencubicchunks.cc_core.minecraft.MCVec3i" ]
}
}