undeprecate Location and Block, will deal with them in separate PRs

This commit is contained in:
dfsek
2021-06-24 00:05:06 -07:00
parent f69fdbe37e
commit c0b55c3e4e
3 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import com.dfsek.terra.api.world.World;
import java.util.Objects;
@Deprecated
public class LocationImpl implements Location {
private World world;
private Vector3 vector;