mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
undeprecate Location and Block, will deal with them in separate PRs
This commit is contained in:
parent
f69fdbe37e
commit
c0b55c3e4e
@ -4,7 +4,6 @@ import com.dfsek.terra.api.vector.Location;
|
||||
import com.dfsek.terra.api.Handle;
|
||||
import com.dfsek.terra.api.block.state.BlockState;
|
||||
|
||||
@Deprecated
|
||||
public interface Block extends Handle {
|
||||
void setBlockData(BlockData data, boolean physics);
|
||||
|
||||
|
@ -3,7 +3,6 @@ package com.dfsek.terra.api.vector;
|
||||
import com.dfsek.terra.api.block.Block;
|
||||
import com.dfsek.terra.api.world.World;
|
||||
|
||||
@Deprecated
|
||||
public interface Location extends Cloneable {
|
||||
void setWorld(World world);
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user