Remove comment

This commit is contained in:
Marcel Konrad
2020-08-13 18:45:06 +02:00
parent c3d6e82a6c
commit 5af678a314

View File

@@ -183,7 +183,7 @@ public class BlockHelper
return false; return false;
} }
public static void setBlockNearPlayer(String player, Block block) //TODO usage public static void setBlockNearPlayer(String player, Block block)
{ {
BuilderSetBlock builder = new BuilderSetBlock(new CoordinateInt(EnumType.LOCAL), new CoordinateInt(EnumType.LOCAL), new CoordinateInt(2, EnumType.LOCAL), block.getRegistryName(), Config.getSettings().getBlockPlacingMode()); BuilderSetBlock builder = new BuilderSetBlock(new CoordinateInt(EnumType.LOCAL), new CoordinateInt(EnumType.LOCAL), new CoordinateInt(2, EnumType.LOCAL), block.getRegistryName(), Config.getSettings().getBlockPlacingMode());
builder.setState(BlockStateProperties.HORIZONTAL_FACING, Minecraft.getInstance().player.getHorizontalFacing().getOpposite()); builder.setState(BlockStateProperties.HORIZONTAL_FACING, Minecraft.getInstance().player.getHorizontalFacing().getOpposite());