File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/org/spongepowered/api/world/chunk Expand file tree Collapse file tree 1 file changed +2
-1
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 ;
3233import org .spongepowered .api .world .volume .entity .EntityVolume ;
3334import org .spongepowered .math .vector .Vector3i ;
3435
4041 * <p>In Minecraft, the chunk is 16 by 16 blocks on the X and Z axes. The height
4142 * of each chunk varies between worlds.</p>
4243 */
43- public interface Chunk extends ProtoChunk <Chunk >, EntityVolume .Mutable <Chunk > {
44+ public interface Chunk extends ProtoChunk <Chunk >, EntityVolume .Mutable <Chunk >, PhysicsAwareMutableBlockVolume < Chunk > {
4445
4546 /**
4647 * Gets the world the chunk is in.
You can’t perform that action at this time.
0 commit comments