mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
remove unused shadow method
This commit is contained in:
-3
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user