tcr/java/src/game/world/IBlockAccess.java
2025-03-12 18:13:11 +01:00

6 lines
89 B
Java
Executable file

package game.world;
public interface IBlockAccess
{
State getState(BlockPos pos);
}