mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 09:06:39 +00:00
createBlockData -> createBlockState
This commit is contained in:
@@ -20,7 +20,7 @@ import com.dfsek.terra.api.entity.EntityType;
|
||||
public interface WorldHandle {
|
||||
@NotNull
|
||||
@Contract("_ -> new")
|
||||
BlockState createBlockData(@NotNull String data);
|
||||
BlockState createBlockState(@NotNull String data);
|
||||
|
||||
@NotNull
|
||||
@Contract(pure = true)
|
||||
|
||||
Reference in New Issue
Block a user