File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/org/spongepowered/api/world/chunk Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2929import org .spongepowered .api .util .Ticks ;
3030import org .spongepowered .api .util .annotation .DoNotStore ;
3131import org .spongepowered .api .world .World ;
32- import org .spongepowered .api .world .volume .block .PhysicsAwareMutableBlockVolume ;
3332import org .spongepowered .api .world .volume .entity .EntityVolume ;
3433import org .spongepowered .math .vector .Vector3i ;
3534
4140 * <p>In Minecraft, the chunk is 16 by 16 blocks on the X and Z axes. The height
4241 * of each chunk varies between worlds.</p>
4342 */
44- public interface Chunk extends ProtoChunk <Chunk >, EntityVolume .Mutable <Chunk >, PhysicsAwareMutableBlockVolume < Chunk > {
43+ public interface Chunk extends ProtoChunk <Chunk >, EntityVolume .Mutable <Chunk > {
4544
4645 /**
4746 * Gets the world the chunk is in.
You can’t perform that action at this time.
0 commit comments