mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
mark Properties as deprecated
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
package com.dfsek.terra.fabric.block;
|
||||
|
||||
import net.minecraft.block.Blocks;
|
||||
import net.minecraft.block.enums.BlockHalf;
|
||||
import net.minecraft.block.enums.RailShape;
|
||||
import net.minecraft.block.enums.WallShape;
|
||||
@@ -141,12 +140,7 @@ public class FabricBlockState implements BlockState {
|
||||
public boolean isAir() {
|
||||
return delegate.isAir();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStructureVoid() {
|
||||
return delegate.getBlock() == Blocks.STRUCTURE_VOID;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public BlockState clone() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user