mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
remove unused shadow method
This commit is contained in:
parent
5e77878427
commit
f0a71b3ad0
@ -41,9 +41,6 @@ public abstract class BlockStateMixin extends State<Block, net.minecraft.block.B
|
|||||||
@Shadow
|
@Shadow
|
||||||
public abstract boolean isAir();
|
public abstract boolean isAir();
|
||||||
|
|
||||||
@Shadow
|
|
||||||
public abstract void randomTick(ServerWorld world, BlockPos pos, Random random);
|
|
||||||
|
|
||||||
public boolean terra$matches(BlockState other) {
|
public boolean terra$matches(BlockState other) {
|
||||||
return getBlock() == ((net.minecraft.block.BlockState) other).getBlock();
|
return getBlock() == ((net.minecraft.block.BlockState) other).getBlock();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user